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
