Yes, this is one of the correct methods, however, it is hard to
implement, since I need to keep a manual list of all overlapping
elements, and save the "access" property status before showing the
popup, and restore the saved value after hiding the popup. And,
everytime I move the popup, I have to modify the list of overlapping
elements, and, I have to create a list for each template. Do you have an
idea of how to get a list of overlapping elements of a given subform in
a parent subform? If there...