Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview nodes
Message
From
08/10/2004 10:07:02
 
 
To
08/10/2004 10:00:11
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00949873
Message ID:
00949882
Views:
14
>How can I reference a Treeview Node by its key instead of using its index ?
>
>Thisform.oTree.Nodes( '< Node Key >' )

It doesn't work !!
I need to reference the nodes whose key is '1_': I put the key value in a variable m.key, what I wrote first was :

thisform.oTree.Nodes(m.key)

but it gives me obviously an error... I tried to implement what you told me, but maybe I didn't get you well :-)
What Should i write ?
Previous
Reply
Map
View

Click here to load this message in the networking platform