I have a onDataChange method attached to a field in a table view (locked) form, in a tabpanel. If I change the value and then click on a button (on that form, or elsewhere on the container form), the onDataChange method is not triggered.
Is this a bug?
My workaround: I’ve added a database.saveData() to the onHide method on the form, which gets the method to run.
Irene