Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program to close all forms
Message
De
14/04/2000 08:45:24
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Program to close all forms
Divers
Thread ID:
00359746
Message ID:
00359746
Vues:
54
I am trying to run a program to close all forms on the screen. However, the following code closes all but the last form.

***
FOR EACH oform IN _screen.forms
oform.RELEASE()
ENDFOR
***

How can I get all the opened forms to close?

Thanks,

Jerryt
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform