ABL window (.w) and FIRST-CHILD

Posted by jquerijero on 11-Nov-2015 09:35

If a .w has a child window, FIRST-CHILD can sometimes return the frame from the child window instead of a frame from the .w. Is there a way to immediately select a frame that belongs to the .w in generic way? 

All Replies

Posted by Matt Gilarde on 11-Nov-2015 14:09

There's no attribute which returns only frames and not child windows. This is something you have to manage yourself.

This thread is closed