Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView
Message
 
To
18/02/1999 12:31:00
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00188022
Message ID:
00188935
Views:
22
Hi Mark,

I tried this in VFP 5.0 using the MS TreeView Control Ver 5 and 6 and it works ok.

The code I supplied should be placed in the TreeView.Init Method

The following code should be replaced:

From:

*-- Child of Children
THISFORM.TreeView.Nodes.Add( "Child1", tvwChild, "Child1", "This is Child 1 of Child 1" )

To:

*-- The key HAS TO BE unique.
*-- Child of Children
THISFORM.TreeView.Nodes.Add( "Child1", tvwChild, "Child1_1", "This is Child 1 of Child 1" )
Juan L. Romero
gcandela@javanet.com
Previous
Reply
Map
View

Click here to load this message in the networking platform