Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Catch 22
Message
From
21/05/1999 12:45:44
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00221090
Message ID:
00221447
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform