Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView
Message
 
À
18/02/1999 12:31:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00188022
Message ID:
00188935
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform