Consultor Eletrônico



Kbase P98858: Session crashes when closing a persistent SmartWindow
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   01/11/2005
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0B

SYMPTOM(s):

Session crashes when closing a persistent SmartWindow

PROCESS EVENTS is used after the window is executed

DEFINE VARIABLE hMainProc AS HANDLE NO-UNDO.
DEFINE VARIABLE bDone AS LOGICAL NO-UNDO.
RUN VALUE("leave.r") PERSISTENT SET hMainProc.
RUN initializeObject IN hMainProc.
/* loop until we get the done variable changes */
bDone = NO.
REPEAT:
IF bDone OR NOT VALID-HANDLE(hMainProc) THEN LEAVE.
PROCESS EVENTS.
END.

CAUSE:

Bug# 20041214-041

FIX:

Upgrade to OpenEdge 10.0B02 or later