Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Coding Hide and Seek
Message
 
À
10/03/2003 13:59:26
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00763810
Message ID:
00763871
Vues:
15
This message has been marked as the solution to the initial question of the thread.
You can call the first form with 'DO FORM myform NAME myform' then when you want to hide it, either issue myform.hide or thisform.hide if you are still in it.

To Show it, issue command 'myform.show()'. Just make sure that variable myform has scope when you try to show the form again.

Hope that works for you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform