Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exiting exe
Message
De
20/11/1996 09:20:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00012884
Message ID:
00012886
Vues:
27
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform