Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview
Message
De
05/08/1999 07:26:14
Bob Tracy
Independent Consultant
Driftwood, Texas, États-Unis
 
 
À
05/08/1999 06:48:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00250096
Message ID:
00250105
Vues:
21
>Does anyone know how to reference the item selected in a treeview?
>
>oleTreeView1.Click
> ThisForm.txtTreeSelect.Value =
>
>
>Thanks

John,
Look at the NodeClick property and try something like this:

IF THIS.SelectedItem.Index <> 1
THISFORM.cSelectedParent = TRIM(node.parent.text)
ELSE
THISFORM.cSelectedParent = THISFORM.cSelectedPart
ENDIF

HTH...Bob
Bob Tracy

Never engage in a battle of wits if you're only half armed.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform