Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fetch a TreeView
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00177882
Message ID:
00177918
Vues:
30
You will need to traverse the nodes collection:

For Each oNode in Thisform.OleTree.Nodes
?oNode.Text,oNode.Key
Next oNode


>Hi,
>I need to print out all nodes of a treeview control with the correct indent and sorted like in the form.
>
>How can I do it ???
>
>Thank in advance for your help!!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform