Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal Form Too Big
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00813216
Message ID:
00814706
Vues:
11
>>Is there an elegant way to show the entire modal form?
>
>Bill,
>
>All you have to do is to make your modal form a top-level form as well. That is, if you don't mind seeing another button at the bottom of your screen.
>
>Dave :-)

That's what I wanted to do all along, but unfortunately, making it a top level form doesn't always bring it on top. I kept having the form appear under all the other forms on the screen.
I finally ended up making it a top-level form and also set "AlwaysOnTop=.T." and the method() that calls it:
do form myForm
myForm.AlwaysOnTop = .f.

That way it shows up on top, but then can be moved under if the user wants.
Bill Morris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform