Consultor Eletrônico



Kbase P4958: Clicking The Windows Close Icon Does Not Close The Window
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1x

SYMPTOM(s):

Clicking the Windows close box does not close the window

Using Symix/Frontstep software

CAUSE:

The 4GL code that is running does not have any code in it to create a window (i.e. it is using frames only) so Progress has to create a default window to display the frames inside of. It is this default window that is being seen and there is no automatic functionality attached to this default window to close it when the Windows close icon is clicked.

FIX:

Modify the source code so that the code creates its own window to display the frames inside of then attach code to the WINDOW-CLOSE event of the window which will shut down the window when the Windows close icon is clicked.