I want to execute some function when close the tab, but i see if I close the tab, the method dc_closeTab in the svy_nav_base not executed, only execute the methos closeTab of the file svy_nav_fr_openLayouts_base. Are any wrong? or it’s simply i don’t make anything good?
The method that closes the tab is the one you mention from the form svy_nav_fr_openLayouts_base. If you want to run your own code then, you have to create a new form that extends svy_nav_fr_openLayouts_base and overrides the closeTab method.
To make sure that the framework will use your new form, set the new formname in the variable globals.nav.openLayoutFormName in the onOpen method of your solution.
Okey, I’m stil working on this. We have a custom form tab, thanks for all Joas