Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView
Message
From
29/06/2005 12:50:09
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
01026668
Message ID:
01027445
Views:
9
Gerard,

When you add a new node in the TreeView, the function Add returns an object for the new added node. Using this object you have to set the parent node property Expanded to .T., in this case the subnodes will appear and you can select the node. Try this after you add a node:
oNode.Parent.Expanded = .T.
oNode.Selected = .T.

For editing, i had the same problem as you and i still don,t know how to proceed.

Ricardo Pôssas
Previous
Reply
Map
View

Click here to load this message in the networking platform