Currently i am working for Oracle Forms migration project. I am facing a problem with bulk update feature in Oracle Form.
When user search for some record on some criteria and Forms displays the search result. If user changes something on first record and move on to second record without saving the changes and after changing the second record, if user clicks the update button on this page, forms will save not only second record but also first record. (This is the default behavior of Form).
Please suggest to me the best solution for this problem. Currently i am using Spring Framework & JDBC Template.
Thanks