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.

SYSTEM.SUPPRESS_WORKING system variable<br />

Syntax<br />

SYSTEM.SUPPRESS_WORKING<br />

Description<br />

SYSTEM.SUPPRESS_WORKING suppresses the "Working..." message in Runform, in order to prevent<br />

the screen update usually caused by the display of the "Working..." message. The value of the variable is<br />

one of the following two CHAR values:<br />

410<br />

TRUE Prevents <strong>Form</strong> <strong>Builder</strong> from issuing the "Working..." message.<br />

FALSE Allows <strong>Form</strong> <strong>Builder</strong> to continue to issue the "Working..." message.<br />

SYSTEM.SUPPRESS_WORKING examples<br />

Assume that you want to have the form filled with data when the operator enters the form. The following<br />

When-New-<strong>Form</strong>-Instance trigger will prevent the unwanted updates that would normally occur when<br />

you fill the blocks with data.<br />

:System.Suppress_Working := ’TRUE’;<br />

Go_Block (’DEPT’);<br />

Execute_Query;<br />

Go_Block (’EMP’);<br />

Execute_Query;<br />

Go_Block (’DEPT’);<br />

:System.Suppress_Working := ’FALSE’;

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

Saved successfully!

Ooh no, something went wrong!