application.closeFormDialog problem

I have a main people form with a tab panel holding the panels_one_member form. There is a button on the panels_one_member form which pops up a panel_members form (which displays all of the members of the panel) and a button on the panel_members form which pops up the people_assignments form (which displays all of the assignments for that panel member).

If I close the people_assignments popup the panel_members popup is displayed – as it should. But, if in code I execute:

application.closeFormDialog(false);

Then both of the popups are closed and the main people form is displayed – but according to the documentation, only the last popup form (people assignments) should have been closed.

What can I do to fix this?

I have created a small sample I can send you if you want.

Yes, Please send sample.

Thanks.

What do you do onHide on the first form you show in a dialog? I am having similar problems that I have not completely figured out, but they are related to the onHide execution of the first form shown (so probably “my fault”). Could you post the method that is executed onHide?