Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is a form active?
Message
De
04/04/2000 03:57:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00354489
Message ID:
00354858
Vues:
17
>>How to know if a form is activated before.
>>Thanks
>
>Do you mean if you have another instance of this form already running? In this case you can go through _screen.forms collection and get the name from there. For example:
>
>FOR EACH loForm IN _screen.forms
>IF loForm.Name = "myForm"
>WAIT WINDOW "my form is already running"
>exit
>ENDIF

Thanks for your help
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform