Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exiting exe
Message
From
20/11/1996 09:20:42
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00012884
Message ID:
00012886
Views:
23
>When I close down my exe file, one by one my
>screens, forms etc. are flashing and closing before
>final exit of the program.
>
>How can I make the forms, screens close and be
>released as they are used?
>
>I do use thisform release in each form, screen.

If you exit application from menu when some forms are still open, you should close them explicitly. The most reliable way, I found, is to use commands before Quit:
IF WEXIST("MyForm")
RELEASE WINDOW MyForm
ENDIF
Create loop to check all possibly open windows!
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform