Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Tab level commit - Forms 12c

Darsh_Jun 28 2020 — edited Jun 29 2020

Hello,

I have a form with four tabs.  Four database block based tabs.

My requirement is to commit only one tab/block at a time based on the tabular data entered/updated in that tab only.

I use commit_form. But as the name implies, It is a commit form.   This does not work for me because, I need to save data only in one tab at a time.  Other tabs may have required fields and they can be blank when one tab is being committed.

Hence commit_form won't work.

I need similar to commit_block.  There is no such built in.

So, how can I commit one block/tab at a time?

Thank you

Darsh

Comments
Post Details
Added on Jun 28 2020
4 comments
456 views