Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set item in treeview
Message
From
30/07/2014 13:37:04
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Oracle
Application:
Web
Miscellaneous
Thread ID:
01604850
Message ID:
01604971
Views:
57
An alternative way:
TRY
     thisform.oleTreeView.Nodes.Item(lcNodeKey).Selected = True
CATCH TO loException
ENDTRY
Where lcNodeKey is the key value of the node to be selected.
Previous
Reply
Map
View

Click here to load this message in the networking platform