Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView
Message
From
25/12/2006 20:40:14
 
 
To
24/12/2006 22:20:22
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
SAMBA Server
Database:
MySQL
Miscellaneous
Thread ID:
01180084
Message ID:
01180141
Views:
20
Either one of the following should work:
IF TYPE("THISFORM.oleControl1.Nodes('AR3')") = "O"
*   Valid node
ELSE
*   Invalid node
ENDIF
Or
IF PEMSTATUS(THISFORM.oleControl1,"Nodes('AR3')",5)
*   Valid node
ELSE
*   Invalid node
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform