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:
00957271
Vues:
15
This message has been marked as the solution to the initial question of the thread.
>>
>>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
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform