A script-enabled browser is required for this page to function properly.

About Post-Only Mode

When a calling form has pending updates or deletes that have not been explicitly posted, Oracle Forms runs the called form in post-only mode. Further, any form called from a form running in post-only mode will also be in post-only mode.

In post-only mode, no commits or full rollbacks are allowed. Any attempt to commit returns the message:

FRM-40403: A calling form has unposted changes. Commit not allowed.

If an end user makes changes to records in the called form and then issues the default Exit command, Oracle Forms displays the alert:

Do you want to Post the changes you have made?

This functionality maintains any locks obtained by a calling form until control is returned to that form.