10.1.2.0.2 Form Does not CLEAR_BLOCK(NO_VALIDATE) Item on Non-Database Block
I have a non-database block (NBT_CONTROL_MAIN) with an item that is validate by a list of values.
I created a 'Clear' button on the non-database block and added
go_block('NBT_CONTROL_MAIN');
clear_block(NO_VALIDATE);
Problem is that when invalid data is entered into the item it displays the LOV when I select the Clear button.
Should it not ignore the LOV validation and just clear out the item?
I created a 'Clear' button on the non-database block and added
go_block('NBT_CONTROL_MAIN');
clear_block(NO_VALIDATE);
Problem is that when invalid data is entered into the item it displays the LOV when I select the Clear button.
Should it not ignore the LOV validation and just clear out the item?
0