Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get windowType value...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00957107
Message ID:
00957407
Views:
10
>>>>
>>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform