Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with treeview
Message
De
30/07/2003 11:29:34
 
 
À
30/07/2003 06:28:29
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00814541
Message ID:
00814956
Vues:
13
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform