In a solution I have 3 popups that open consecutively. In the last closing all popups. The problem I have is that in some cases closed 2 of the 3 popups and leaves one open. Someone knows something that can help me?. I’ll shut the popups from the first towards the last, in that order.
thanks
is this in the web or smart client?
do you have an example?
webclient
By popup you mean a form in dialog?
If thats the case to close all the dialogs use
application.closeFormDialog(true)
if u pass true to the closeFormDialog method it will close every dialog opened.