M
MarkS
Hello Everyone
tvServices.Nodes.Add("M1", "Parent")
tvServices.Nodes("M1").Nodes.Add("S1", "Child")
tvServices.Nodes("S1").Nodes.Add("x1", "Grand Child")
The 1st 2 lines work fine but why doesn't the 3 line find the node from line
2
Thanks
Mark
tvServices.Nodes.Add("M1", "Parent")
tvServices.Nodes("M1").Nodes.Add("S1", "Child")
tvServices.Nodes("S1").Nodes.Add("x1", "Grand Child")
The 1st 2 lines work fine but why doesn't the 3 line find the node from line
2
Thanks
Mark