Treeview help...Please! (1 Viewer)

DT

Registered User.
Local time
Yesterday, 22:39
Joined
Oct 23, 2000
Messages
83
I can get my Treeview form to work like this:
-Parent
--child
--child...

What I need is this:
-Parent
--child
--child
--child1
--child1

Here's the code for the first example:
.Add , , "Work Orders", "Work Orders", "Right"
.Add "Work Orders", tvwChild, , "Standard Work Orders", "WO"
.Add "Work Orders", tvwChild, , "QA Work Orders", "WO"

Thanks,

DT
 

Users who are viewing this thread

Top Bottom