Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView Control
Message
 
To
27/07/2001 05:43:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00536250
Message ID:
00536449
Views:
8
>How can I seek a value in the treeview.
>
>TIA.
I don't think you can seek one, but you can check to see if one exists, and then point to it:
lcTreeNodeKey=blahblah && This would be the key item in your NODES.ADD
if type("oForm.oTree.Nodes(lcTreeNodeKey).key")="C"
   * The node exists, so select it
   oForm.oTree.Nodes(lcTreeNodeKey).Selected=.t.
endif
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform