Manage multiple windows

Hi all,

I’m using multiple windows dialog (opened by .showFormInDialog) and I’m looking for a way to know what is the active windows(so the windows that have the focus),does exist a way to do that?

Thanks in advance

Marco

Try currentcontroller.getName();

Thanks Bobby!

In this way I can use an unique global function that acts on the current window.