Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Multiple Forms in a Form Set
Message
De
12/05/1998 02:36:20
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Using Multiple Forms in a Form Set
Divers
Thread ID:
00098666
Message ID:
00098666
Vues:
77
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform