Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use TreeView
Message
 
To
01/08/1999 00:27:33
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00248644
Message ID:
00248779
Views:
11
>Hi gang,
>
>I'm almost embarrassed to ask this question, it seems so elementary, but I can't figure it out.
>
>I've managed to get a TreeView object on my form, but can't figure out what the heck to do with it now. I want to use it for selecting a file from the system (local drives and/or network drives), but how do I get it to do that??? I can't figure out what properties to set ...
>
>TIA,
>-Bonnie

In addition to the other replies that you received, many developers (us included), use an underlying cursor to populate a treeview drawing items needed to the .Add() from the cursor. We have a treeview that sits in a container and that container has methods like .LoadNext(), .LoadPrior(), .LoadRoot(), etc. to load the tree by reading the cursor.

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform