Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00130683
Message ID:
00130687
Vues:
14
If form2 is not modal, you can DO FORM Form2, then use THISFORM.Release() to close the current form. If Form2 is modal, Form1 will wait until Form2 is closed to continue execution. In this case you can do this to make the user think that Form1 is closing when Form2 starts:
THISFORM.Hide()
DO FORM Form2
THISFORM.Release()
>Can you a form(form1) issue a command such as 'do form form2' and have form1 be released simultaneously?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform