Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Multiple Forms in a Form Set
Message
From
12/05/1998 02:36:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Using Multiple Forms in a Form Set
Miscellaneous
Thread ID:
00098666
Message ID:
00098666
Views:
73
I am trying to use a form set for a main form plus a small form that is supposed to come to the top when required. The main form is set as a Top Level Form and the small form as "In Top Level Form". In the compiled version, the screen is off and only the Top Level Form shows on startup.

The small form is not visible, and the main form is AlwaysOnTop.

When I call the small form, I set

thisset.mainform.enabled=.f.
* which stops the user accessing other controls
thisset.mainform.alwaysontop=.f.
thisset.smallform.alwaysontop=.t.
thisset.smallform.visible=.t.

While debugging the program in the interpreter, the small form just will not appear in the top level form, but only in the main VFP window. It might work in the compiled version (I don't know because ever since I used SP3, my system has been producing corrupt installation sets). I know I can set up multiple form sets (each one with only a single form, but that seems a bit stupid as this sort of thing ought to be a breeze in a program like VFP), can anyone tell me how to have the form "come to the front" in the interpreter?
Next
Reply
Map
View

Click here to load this message in the networking platform