Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deploying
Message
De
14/09/2004 18:04:46
 
 
À
14/09/2004 14:10:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00941917
Message ID:
00942144
Vues:
19
>Here's logic, Users pulls up program and can choose between 6 differenct forms as the users is finished with that form and exits it brings main form up, here user can select from another form and etc... So yes it's a switchboard where i want them to keep calling back to the main form. The way I have it set up now is everytime they exit one of the forms it pulls the main form back up. Hope this clarrifies. Thanks

You don't need to release the main form each time you call the other forms. A simple way would be to hide the main form on selection to run another form, make each child form modal so that it maintains focus until it is released , then show the main form. If you make each of the called forms modal, you can have something like this in the click event that calls the form.
thisform.visible = .f.
*!* call modal form yourform1.scx - focus will remain in yourform1 until released
do form Yourform1 
thisform.visible = .t.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform