Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Catch 22
Message
De
21/05/1999 12:45:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00221090
Message ID:
00221447
Vues:
13
>a property called PseudoModal to the form and set it to .t. It will be turned to .f. in, say, the QueryUnload event.
>the Deactivate event could contain the following:
>
>  if ThisForm.PseudoModal
>    nodefault
>  endif
>
>* launch the form as:
>
>  do form MyForm name xMyForm linked
>
>* add something like the following:
>
>  do while type("xMyForm.BaseClass") == "C"
>  enddo
>
>... rest of prog
>
NODEFAULT in the activate event doesn't work for simulating a modal form.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform