Oracle Forms (MOSC)

MOSC Banner

10.1.2.0.2 Form Does not CLEAR_BLOCK(NO_VALIDATE) Item on Non-Database Block

edited Aug 19, 2013 2:11AM in Oracle Forms (MOSC) 3 commentsAnswered ✓
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?


Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center