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:
00957271
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform