Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why my form always working in a modeless status?
Message
De
03/04/2007 10:11:38
 
 
À
03/04/2007 09:59:40
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, Chine
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01211241
Message ID:
01211643
Vues:
14
>Hello EDward:
>
> I checked my code , in my app all form setted ShowWindow=1 and windowtype=model ,but it do modeless even I use form.show(1) command,
>Could you give me some suggestion? Thank you!


I believe form.show(1) only works if you are doing
MyForm = CREATEOBJECT()
MyForm.show(1).
If you're doing
DO FORM MYFORM
You set the WINDOWTYPE property to "1" at design time.
Leave ShowWindow property to its default value.

Unless you're resetting the values back somewhere in your app., this should do it for you.

Hope this helps.
The American Republic will endure, until politicians realize they can bribe the people with their own money.
- Alexis de Tocqueville

No man’s life, liberty, or property is safe while the legislature is in session.
– Mark Twain (1866)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform