Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MDI or SDI ?
Message
 
To
16/09/1998 00:02:22
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00136585
Message ID:
00137672
Views:
20
>Patric,
>Yes, I want to call a main form, run menu options within it, and each form thereafter should be within this main form (and not within the _Screen object)
>Thanks.

Set the main form's ShowWindow property to 2 (As Top-Level Form)

For all other forms that are called from this one, set their ShowWindow property to 1 (In Top-Level Form)

Each form that has a ShowWindow setting of 1 will become children of the top-level form (whichever form has a ShowWindow setting of 2) and won't be able to be moved outside of it.

If no form has the setting of 2, then the "child" forms are placed within the _screen.

HTH,
Previous
Reply
Map
View

Click here to load this message in the networking platform