Oracle Forms version 11.2.2
I have a Database Block set to read from a table.
I've created a Key-Exit trigger no matter what I do though, records are committed even when called with no_commit/no_validate or when I reply NO to the question to save the records.
This happens when I exit through the “door” - not a custom button.
I've tried this:
set_form_property(:system.current_form,validation,property_false);
exit_form(no_validate, no_commit);
and this:
exit_form(no_validate, no_commit);
exit_form(no_validate, no_commit);
Block Properties:
