Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with treeview
Message
From
30/07/2003 11:29:34
 
 
To
30/07/2003 06:28:29
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00814541
Message ID:
00814956
Views:
12
Hi Albert.

>But i'm still to stupid to set the expanded property when adding nodes !
>Invalid parameter, invalid or unknown name ...

When you call the TreeView.Nodes.Add method, it returns an object reference to the new node. So, do something like:
loNode = thisform.pageframe1.page2.m_treeview.nodes.add( parameters )
loNode.Expanded = .T.
Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform