What's the best way to iterate through all of the nodes (including kids) in a treeview?
I tried For each node in tvwX.nodes but that only goes through the top level. I tried for i = 0 to tvx.getnodecount - 1, but I don't think the indexes of the nodes are sequential.
Please help!
Ladyhawk.![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
** ASP/VB/Java Programmer **
I tried For each node in tvwX.nodes but that only goes through the top level. I tried for i = 0 to tvx.getnodecount - 1, but I don't think the indexes of the nodes are sequential.
Please help!
Ladyhawk.
![[idea] [idea] [idea]](/data/assets/smilies/idea.gif)
** ASP/VB/Java Programmer **