In our app we have a form that can be opened up non-modally. We have another form that can be opened up modally.
From the modal form you can click a button to open up the non-modal form. This works fine, you can then mess about with both the modal and non-modal form.
However, if the non-modal form was opened up before the modal one, then the non-modal form can no longer be accessed until the modal form is closed.
Is there anyway, short of closing and re-opening the non-modal form that I can bring the non-modal form to the front from the modal form??
Thanks