11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CLEAR_ITEM built-in<br />

Description<br />

Clears the value from the current text item, regardless of the current cursor position, and changes the text<br />

item value to NULL.<br />

Syntax<br />

PROCEDURE CLEAR_ITEM;<br />

40<br />

Built-in Type restricted procedure<br />

Enter Query Mode yes<br />

CLEAR_ITEM examples<br />

/*<br />

** Built-in: CLEAR_ITEM<br />

** Example: Clear the current item if it does not represent<br />

** the first day of a month.<br />

** trigger: When-New-Item-Instance<br />

*/<br />

BEGIN<br />

IF TO_CHAR(:Emp.Hiredate,’DD’) ’01’ THEN<br />

Clear_Item;<br />

Message(’This date must be of the form 01-MON-YY’);<br />

END IF;<br />

END;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!