Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving a form,.. it appears twice.
Message
From
06/09/2002 17:09:17
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, United States
 
 
To
06/09/2002 11:22:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00697488
Message ID:
00697782
Views:
21
>Understood. In my case the data can change, that is what the calling form does. The parent form's display needs to be protected while the calling form is running.


i assume you mean "while the CALLED form is running".

pass a form reference parameter to the CALLED form and in
the CALLED form load event set the ENABLED property of
the CALLING form to .F.

set it back to .T. in the CALLED form unload event.

this will prevent any user actions on the parent form,
but will still be visible.
patrick
Previous
Reply
Map
View

Click here to load this message in the networking platform