Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows 2000
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
01035667
Message ID:
01041134
Vues:
30
Thanks - I thought maybey SYS(2015) had grown some special legs.
>Welcome back :o)
>
>Yes, The loop can be too fast, but this is an example HOW to add a node. I suppose nobody using SYS(2015) as a Key, because when use click on Node how S/He can do something with the record matching that node?
>
>>Sometimes the loop may be too fast for a SYS(2015) to generate a unique key.
>>
>>>>Treeview - trying to display contents from a dbf
>>>Nothing easier :o)
>>>But can you post the structure of the DBF and how you want the treeview looks like?
>>>Most simple way:
>>>
>>>thisform.oleTree.Nodes.Add(,1,"RootDBFNode","YourDBF Name",,)
>>>SELECT YourDbf
>>>SCAN
>>>   oNode = thisform.oleTree.nodes.add("RootDBFNode",4,SYS(2015), ALLTRIM(Name),,) && Supposing NAME is field from your DBF
>>>ENDSCAN
>>>
Imagination is more important than knowledge
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform