Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview
Message
 
To
25/07/2005 09:20:59
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Network:
Windows NT
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01035667
Message ID:
01035669
Views:
25
This message has been marked as the solution to the initial question of the thread.
>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
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform