Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call a modal form from a top-level form
Message
From
21/09/1999 13:04:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to call a modal form from a top-level form
Miscellaneous
Thread ID:
00267205
Message ID:
00267205
Views:
58
I have a top-level form that need to call another form, stored as a class. The second form should be modal.

With ShowWindow = 0 - In screen, the form is displayed in the hidden VFP main screen.

With ShowWindow = 1 - In Top-Level form, it show in the first form, but since the second one is bigger than the first, I see only part of it.

With ShowWindow = 2 - As Top-Level form, it display and close by itself, ignoring the WindowType = 1 - Modal and the oForm.Show(1) call.

Should I use ShowWindow = 1 and resize the first form accordingly or is there something I missed? Why the form doesn't respect the Modal setting with ShowWindow = 3?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform