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:
00957293
Views:
13
>>>
>>>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...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform