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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

BELL built-in<br />

Description<br />

Sets the terminal bell to ring the next time the terminal screen synchronizes with the internal state of the<br />

form. This synchronization can occur as the result of internal processing or as the result of a call to the<br />

SYNCHRONIZE built-in subprogram.<br />

Syntax<br />

PROCEDURE BELL;<br />

22<br />

Built-in Type unrestricted procedure<br />

Enter Query Mode yes<br />

Parameters<br />

none<br />

BELL examples<br />

The following example rings the bell three times:<br />

FOR i in 1..3 LOOP<br />

BELL;<br />

SYNCHRONIZE;<br />

END LOOP;

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

Saved successfully!

Ooh no, something went wrong!