Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get windowType value...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00957107
Message ID:
00957407
Vues:
11
>>>>
>>>>That's easy. The value is null because it doesn't exist.
>>>
>>>The value was set at design time.
>>
>>use yourform.scx alias CheckForm
>>locate for CheckGForm.baseclass = "form"
>>lnPos = at("WindowType = ", CheckForm.properties)
>>if m.lnPos > 0
>>    lcType = substr(CheckForm.Properties,m.lnPos + len("WindowType = ")+1,1)
>>endif
>
>Thank you... it worked like a champ...

And so simple :)

BTW, did you mean to award yourself 3 stars? :)
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform