Kbase P5979: Procedure may not be RUN ... PERSISTENT. It contains at leas
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  04/11/2005 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed 3.x
SYMPTOM(s):
Unable to run Webspeed object
It contains at least one shared frame or browse. (1479)
Procedure may not be RUN ... PERSISTENT
CAUSE:
Web objects are run persistent by the Webspeed agent
FIX:
Make shared handle variable and store the frame reference into it
DEFINE NEW SHARED VARIABLE hFrame AS HANDLE NO-UNDO.
DEFINE FRAME fMain WITH ....
ASSIGN hFrame = FRAME fMain:HANDLE.