Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal form : a problem
Message
De
18/07/2000 12:08:21
 
 
À
18/07/2000 11:53:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00393863
Message ID:
00393877
Vues:
19
>I've created a formobject which I made modal and which I activate with :
>
>oLogin=createobject("eLogin")
>
>The problem is the although the windowtype = 1 (modal), the form isn't modal. Why ?

Even if you set WindowType = 1, if you use oLogin.Visible = .t. to show the form, it's still going to be modeless, I believe.

You need to use oLogin.Show(1) to ensure it's modal.

Jon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform