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!

CLEAR_BLOCK(

470436Jul 10 2009 — edited Jul 13 2009
Dear Guru's


i have a Multi Record Block , Each item in the record has a When validate Item Trigger Verifying the data input

I have 2 Push Buttons in a Separate block -- OK and Cancel

in the When Button Pressed Trigger of Cancel , The following is the code

Go_block('Multireco_block');
clear_block(No_Validate);


When i execute my form , the focus/cursor is in one of the fields of the Multi block record

I press the cancel button. Instead of clearing the block, The error message from the When Validate Item Trigger displays


I learned that clear_block(no_validate) clears the block without firiing the when Validate Item triggers


Can any one clarify me on this

with warm regards

ssr
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2009
Added on Jul 10 2009
5 comments
4,237 views