When I open a Dialog with ’svy_mod_showFormInDialog’ as modal in the Tab view, the buttons save and cancel are disabled. When I close my dialog the buttons stay disabled. So everything in my client is disabled and I can’t do anything.
See attachment.
My dialog window was based on my base form and this called some functions I did not want to be called, that caused the problem. The dialog form, which is called is not based on anything anymore, now it works.
We have in the bottomform a tabpannel.
in this tabpannel we have some forms who are based on the svy_nav_base form.
In this case the buttons save and cancel are disabled in edit mode (all buttons are disabled).
If we change the extends property of the forms in the tabs to none it works as expected.
Interesting is that the same works on the topform.