Progress 9.1E
Windows XP
Application is getting crashed.
I have to close the current active window & have to set login screen.
DEFINE VARIABLE hCurrWindow AS HANDLE NO-UNDO.
IF VALID-HANDLE(hCurrWindow) THEN
RUN CloseWindow IN hCurrWindow.
CloseWindow is defined in the program referenced by hCurrWindow as:
&ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE CloseWindow Dialog-Frame
PROCEDURE CloseWindow :
HIDE FRAME Dialog-Frame.
END PROCEDURE.
/* _UIB-CODE-BLOCK-END */
&ANALYZE-RESUME
The application getting crashed after reaching upto the Login Screen.
Eventhough it's not throwing an error but gettting restarted at this point.
Windows XP
Application is getting crashed.
I have to close the current active window & have to set login screen.
DEFINE VARIABLE hCurrWindow AS HANDLE NO-UNDO.
IF VALID-HANDLE(hCurrWindow) THEN
RUN CloseWindow IN hCurrWindow.
CloseWindow is defined in the program referenced by hCurrWindow as:
&ANALYZE-SUSPEND _UIB-CODE-BLOCK _PROCEDURE CloseWindow Dialog-Frame
PROCEDURE CloseWindow :
HIDE FRAME Dialog-Frame.
END PROCEDURE.
/* _UIB-CODE-BLOCK-END */
&ANALYZE-RESUME
The application getting crashed after reaching upto the Login Screen.
Eventhough it's not throwing an error but gettting restarted at this point.