Hello,
I just discovered that
return false
in an onHide method of a form does not keep the form open anymore. That is a big bummer, because transactions stay alive etc.
It seems to happen only if a transaction is running. If I attach a method to the onHide method of a form with return false, it does work if the formInDialog is shown like this
application.showFormInDialog(myForm)
If instead I do
databaseManager.startTransaction()
application.showFormInDialog(myForm)
you can simply hit escape and the form is closed, leaving the transaction open.
Could this be fixed urgently, please? I have also created case #131590.
Thanks
Patrick