Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to chk whether _Screen Or Form ??
Message
From
28/08/1999 11:40:56
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
28/08/1999 10:53:47
Vinod Parwani
United Creations L.L.C.
Ad-Dulayl, Jordan
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00258801
Message ID:
00258826
Views:
12
OK. I see your point. What about comparing objects?
In VFP6
IF _SCREEN = AnObject
In earlier versions, you must switch a property, like tag, and see if it's switched in the other object
OldTag = _SCREEN.Tag
_SCREEN.Tag = SYS(3)
IF AnOjbect.Tag = _SCREEN.Tag



>>>How to chk whether _Screen Or Form ?? All properties are same... How i can chk that passed object is screen or form ??
>>>
>>>TIA...
>>The _SCREEN.Name = "Screen"
>
>Pls note that this will normally work, but the problem is it can be changed by user..
>
>Is there any other way ??
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform