Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The problem about seek nodes in treeview
Message
From
08/09/2002 22:54:22
Eugene Kolmakov
Millennium Technologies
Vladivostok, Russia
 
 
To
08/09/2002 22:29:34
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00698114
Message ID:
00698123
Views:
21
I think that your code:

loOleTree.Nodes.Add(loNode,4,Class_ID,Class_Name,"CloseBook","OpenBook")

will raise error too because you should use relative node key, not the node reference itself:

loOleTree.Nodes.Add(PARENTNODE.Key,4,Class_ID,Class_Name,"CloseBook","OpenBook")
Eugene
Previous
Reply
Map
View

Click here to load this message in the networking platform