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.

epeating timer, the timer is deleted.<br />

CREATE_TIMER examples<br />

The following example creates a timer called EMP_TIMER, and sets it to 60 seconds and an iterate<br />

value of NO_REPEAT:<br />

DECLARE<br />

timer_id Timer;<br />

one_minute NUMBER(5) := 60000;<br />

BEGIN<br />

timer_id := CREATE_TIMER(’emp_timer’, one_minute,<br />

NO_REPEAT);<br />

END;<br />

67

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

Saved successfully!

Ooh no, something went wrong!