Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal forms
Message
De
18/05/2001 12:23:28
 
 
À
18/05/2001 11:53:25
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00508456
Message ID:
00508796
Vues:
25
>I am sorry but I still didn't "get it"? You mean there is still more "things/code" to do after "ThisForm.RELEASE" and the next line "DO FORM auth" is running ahead of time preventing from the previous form to finish closing up?
>

PMFJI,

Yes, you have 'things/code' after 'thisForm.RELEASE'. You have "DO FORM". And it is running, preventing the code after that line from running, thus preventing the form from releasing completely.

To get the effect you want you could try:
thisForm.hide()
DO FORM
thisForm.release()
I am not recommending this method...but it will give you an idea of what is happening.
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform