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:
00957115
Views:
14
>What is the best way to get the value of a form.WindowType before the form or a class is instantiated.

How about surfing the _screen object?
lnwindowtype=_screen.WindowType

While discussing _screen let me recommend it's use for other things. I use it to store user information by adding properties when someone logs into one of my applications. It is also a very quick way to get that data as in _screen.user where I have previously created that property and populated it.
John Harvey
Shelbynet.com

"I'm addicted to placebos. I could quit, but it wouldn't matter." Stephen Wright
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform