Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Expand treeview
Message
De
22/04/2002 17:14:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00647884
Message ID:
00647890
Vues:
13
Hi Nick.

>I have the following code, my only problem is how do I identify the nodekey?
>
>*cmdbuttonexpand
>.OleTreeView.nodes(.llnode).expanded = .t.

Since your NodeClick code set llNode to the parameter passed to that method, which is an object reference to the node itself, you should change this code to:
Thisform.llNode.Expanded = .T.
Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform