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!

Oracle Forms

user1099101846 hours ago

Hi

I have an issue in my application with multiple database blocks and one control block.

Here are the details.

we have multiple database blocks and one control block kind of remote control with buttons to move or to call the specified form

this form was working ok before but we recently added some more new DB blocks.

now the issue is when I am clicking one button called eg. test_form in when button pressed trigger then

it is giving the below error this is because it is going to the data block and not allowing to move to another form/block without

saving the mandatory fields. (this was not the behavior before it used to call the corresponding form/block without any error

my call form code is

ORA_CALL_FORM('test_form', NO_HIDE, NO_REPLACE, NO_QUERY_ONLY, NO_VALIDATE, Param_ID );

when i checked it looks like the cursor is navigating to DB block and validating mandatory fields

can we suppress this step and directly go to test_form.

please advise.

thank so much

Comments
Post Details
Added 46 hours ago
3 comments
51 views