Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change windowtype to modal during runtime
Message
 
To
21/07/2004 04:59:33
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaysia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00926478
Message ID:
00926480
Views:
11
This message has been marked as the solution to the initial question of the thread.
Use the Show method which "Displays a form and determines whether the form is modal or modeless." (VFP help)

do form form_name name oform noshow && run form but don't show it.
oform.show(1) && show form as modal

Rhodri
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform