Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView.HitTest returns invalid reference
Message
From
02/03/2004 12:19:48
 
 
To
02/03/2004 05:52:36
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00882283
Message ID:
00882382
Views:
20
oNode = TreeView.HitTest(x,y) && CAN RETURN NULL
*? TYPE('oNode') && returns "O" because it is typed to "O", but the value is NULL
* use
? ISNULL(m.oNode)
* or
? VARTYPE(m.oNode) && print X
IF !ISNULL(m.oNode)
? M.oNode.Text && for me this is good
ENDIF
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform