Restricted Treeview (1 Viewer)

Randomblink

The Irreverent Reverend
Local time
Yesterday, 18:10
Joined
Jul 23, 2001
Messages
279
Ok...
I am gonna ask this in case someone has done it and can cut and paste the code for me...

I have a form that lets users run through all the different projects the City is involved in. I want to add a section of this form (prolly in a tab control) of another form altogether that allows the following:

Treeview and a Listview

Each project has a specific location on the server.

The Antenna Building Construction is located on:
//pwc/wpdata/special/telecomm/antenna

Any files created for this project are going to be in either the folder listed above...or in folders that are INSIDE that folder...
So a user will never need to go higher for THAT specific project.

In the
![tbl_ProjectBasics] there is a field. Req_SrvrPth that holds a string of the folder for that project. How can I use that, create my treeview, populate it with everything inside that folder. Populate a listview with everything inside the treeview. AND restrict the user from going any higher WHILE viewing THAT project in the Form????


There...I think I asked it correctly.
Can someone help me out?

Thanks
 

Users who are viewing this thread

Top Bottom