Hi all- in a little bit of a bind here with version 4.1.1 and wondering if anyone else has had similar issues/experiences.
Our production application with the following scenario works in 4.1.0 and lower, but not in 4.1.1. Is this now the desired behavior, and if so, how do we get it to still work the way it used to?
- We have ‘autoSave’ set to false.
- We create a new row in a found set on form A.
- The user enters data in the columns of the new row on form A.
- We have a valid relationship on the new row to another table.
- We use the relationship to do a loadData(relationship) on another form B.
- We allow the user to enter data on the related rows on form B.
- The user hits a save button to save the new row on form A and the related rows on form B.
In version 4.1.1 as soon as we execute the loadData line the new row is saved.
We cannot have it do that until the user finishes on form B and decides they want to save the data because they can change their mind and cancel the transaction.
We have a button to rollback the transaction that is in memory.
Any input or suggestions would be greatly appreciated!
Regards, Tony