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.

When-Window-Closed trigger<br />

Description<br />

Fires when an operator closes a window using a window-manager specific Close command.<br />

Definition Level form<br />

Legal Commands<br />

SELECT statements, unrestricted built-ins, restricted built-ins<br />

Enter Query Mode yes<br />

Usage Notes<br />

Use this trigger to programmatically close a window when the operator issues the window-manager<br />

Close command.<br />

You can hide the window that contains the current item.<br />

On Failure<br />

no effect<br />

When-Window-Closed trigger examples<br />

Example<br />

The following example of a call to SET_WINDOW_PROPERTY from this trigger closes a window<br />

whenever the operator closes it by way of the window manager operation:<br />

Set_Window_Property(’window_name’, VISIBLE, PROPERTY_OFF);<br />

536

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

Saved successfully!

Ooh no, something went wrong!