I initially have the following code in a Command_Click button:
Set nodx = tvwLots.Nodes.Add(, , "main", "main"
Set nodx = tvwLots.Nodes.Add("main", tvwChild, "jRock", "jRock"
Set nodx = tvwLots.Nodes.Add("main", tvwChild, "jT", "jT"
Is it possible to have another command button that will add to this the current treeview?
I keep getting the error 'Element not found'.
Do I have to reinitialize something?
Thanks.
Lee
Set nodx = tvwLots.Nodes.Add(, , "main", "main"
Set nodx = tvwLots.Nodes.Add("main", tvwChild, "jRock", "jRock"
Set nodx = tvwLots.Nodes.Add("main", tvwChild, "jT", "jT"
Is it possible to have another command button that will add to this the current treeview?
I keep getting the error 'Element not found'.
Do I have to reinitialize something?
Thanks.
Lee