<< I’m looking for a way for a master form to be able to open multiple copies of the same form MDI and control which one is visible at any given time. >>
I have not, but remember that you do not have form-local variables, including those you create and dispose of in EEP code. Take extreme precautions. If you need isolation between the forms, consider running each in a different session of R:Base. -- Larry

