Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView Control
Message
 
À
27/07/2001 05:43:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00536250
Message ID:
00536257
Vues:
8
Hi!
To find a node by text:
for each x in thisform.olecontrol1.nodes
   if x.text = 'value_to_search'
      messagebox(x.key)   && Do something with node
   endif
endfor
>How can I seek a value in the treeview.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform