Hi,
I'm new using treeviews.
I have a treeview(tvwL1234); I wish to populate it with 4 levels of infomation. I have 4 cmd buttons
(cmdL1; cmdL2; cmd3L and cmdL4) with 4 text field(txtL1; txtL2; txtL3 and txtL4).
I have for 4 nodes as
dim nL1 as node
dim nL2 as node
dim nL3 as node
dim nL4 as node
These are my questions:
1) What I need to know is how to "set" each level to accept new data?
2) If I need to add a new level 2 node for new data how would I do it?(or level 1 3 or 4)
3) How would I save this data directly from the form?
Matt
I'm new using treeviews.
I have a treeview(tvwL1234); I wish to populate it with 4 levels of infomation. I have 4 cmd buttons
(cmdL1; cmdL2; cmd3L and cmdL4) with 4 text field(txtL1; txtL2; txtL3 and txtL4).
I have for 4 nodes as
dim nL1 as node
dim nL2 as node
dim nL3 as node
dim nL4 as node
These are my questions:
1) What I need to know is how to "set" each level to accept new data?
2) If I need to add a new level 2 node for new data how would I do it?(or level 1 3 or 4)
3) How would I save this data directly from the form?
Matt