Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vartype() type works different for hyperlink?
Message
From
07/07/2003 16:42:52
 
 
To
07/07/2003 16:29:24
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00807623
Message ID:
00807647
Views:
22
I am not sure what type of object is referenced by 'goHPL', but when I tried the Vartype( ) against a known object reference '_Screen', I get the following:


keyboard vartype( _Screen ) && returns 'O'
keyboard vartype( _Screen.test ) && returns 'U'
keyboard vartype( _Screen.Left ) && Error "Property Left is not Found"

OUN


The output string 'OUN' occurs in the command window, so I would guess that the problem you observe has to do with a property 'Left' that should be in the class, but for some reason isn't ( did you hack a class definition and remove the 'Left' property ? )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform