Hi!
I have several windows in the Hierarchial relaitonship:
win4 = win3.open(); win3 = win2.open(); win2 = win1.open();
win1 = win.open().
I'd like to close all the child windows at any level of this Hierarchy. (if I close win2 -> the win3 and win4 have to be closed also).
Any ideas...
Thx, oleg
I have several windows in the Hierarchial relaitonship:
win4 = win3.open(); win3 = win2.open(); win2 = win1.open();
win1 = win.open().
I'd like to close all the child windows at any level of this Hierarchy. (if I close win2 -> the win3 and win4 have to be closed also).
Any ideas...
Thx, oleg