Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send Form To Front
Message
De
29/07/2005 18:38:24
 
 
À
29/07/2005 16:42:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01037148
Message ID:
01037175
Vues:
27
I have a problem where when I call a modeless form from another modeless form, the called form is drawn behind the calling form.

This is not natice behavior. I have never seen this happen.

I realise I can simply make the called form .allwaysontop or modal, but I really don't want to do eith of those things. Is there some some command or property that controls the Z depth of forms that I don't see, or is there some way to send a form to the front of the viewing plane? I also experimented with changing the form's parent, but nothing will make it show up in front of the calling form.

Try this inthe Activate of your form class:
Thisform.AlwaysOnTop = .T.
Thisform.AlwaysOnTop = .F.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform