Question on suppressing excluded tree structure in Hierarchy
Say I have a hierarchy table structure as follows:
AA
--> AA1
--> AA2
--> AA3
BB
--> BB1
--> BB2
--> BB3
AA, BB are named 'parent' in the hierarchy table.
I have a list box defined as parent.
I have another list box which is displaying the tree structure.
When I choose 'BB' from my first list box, I would just like the tree list box to display the 'BB' structure and nothing else and aligned to the top of the list box.