Hi
I hope somebody can help me but I want to make a treeview that can have endless levels.
I made my original tree which had 5 levels but now our company is growing and there are some depts that have 7 or 8 levels and growing.
I was using If Mang_ID = Person_ID in my tree is there away that I could make it instead of
(Example)
Childnode, childnode 2 etc I could make the number an integer and put it on a loop
In theory I think this should work but unfortunately I cant get it to work in practice.
Any help would be greatly appreciated.
I hope somebody can help me but I want to make a treeview that can have endless levels.
I made my original tree which had 5 levels but now our company is growing and there are some depts that have 7 or 8 levels and growing.
I was using If Mang_ID = Person_ID in my tree is there away that I could make it instead of
(Example)
Childnode, childnode 2 etc I could make the number an integer and put it on a loop
In theory I think this should work but unfortunately I cant get it to work in practice.
Any help would be greatly appreciated.