Are you sure you want to save - in Forms 12.2.1.3
Hello,
I've one application developed in 6i version and I've Migrate it to from Forms 6i to 12c version and integrate it with SSO for native authentication, after migration I am facing one issue while saving forms.
Some times when clicks on save button in toolbar it is showing message that record saved successfully but nothing is saved and when trying to exit the form it is showing the default validation alert are you sure you want to save? and when click yes it is showing record saved successfully and again nothing is saved.
In my save button in toolbar I am using Do_Key ('Commit_form'); to commit the changes also I tried to use Commit_form; but same issue is there