CLEAR_BLOCK(
470436Jul 10 2009 — edited Jul 13 2009Dear 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