Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you release other FORMS opened ...
Message
De
11/08/1997 14:19:23
 
 
À
11/08/1997 14:12:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00044045
Message ID:
00044047
Vues:
33
>How do you release other FORMS opened from
>within a FORM.. I know I asked this question before
>and I thought I saved the answer. I want to close
>two opened FORMS.... thanks..rob

***frmMain Destroy event (if you want to release 'child' forms too):
if type("Thisformset.frmDetail1")=="O"
Thisformset.frmDetail1.release()
endif
if type("Thisformset.frmDetail2")=="O"
Thisformset.frmDetail2.release()
endif
....
If you don't have Formset, try to use direct references to forms (from DO Form NAME clause).
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform