Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Releasing/Closing Multiple forms
Message
De
06/03/2006 02:28:27
 
 
À
06/03/2006 01:24:41
Sonny Tabano
Trams Printwork, Inc.
Mabalacat, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01101638
Message ID:
01101645
Vues:
20
Hi Sonny,

you can use parameter
ex.
in your form1, form2 and form3... method form.active type the ff command:
myform = 'form1'
and
type this to your command button(close):

If(!Empty(myform)And This.Enabled)
lcClose=myform+'.Release'
thisform.release
EndIf


>If you have multiple forms open, is it possible to close/release all of them by just closing only one of the form? Example, when i open form1, form2 and form3 also opens. Then when i close form1, form2 and form3 would also be closed or released?
>
>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform