A script-enabled browser is required for this page to function properly.

When-Window-Closed Trigger

Description

Fires when an operator closes a window using a window-manager specific Close command.

Definition Level form

Legal Commands

SELECT statements, unrestricted Built-ins, restricted Built-ins

Enter Query Mode yes

Usage Notes

Use this trigger to programmatically close a window when the operator issues the window-manager Close command.

You can hide the window that contains the current item.

On Failure

no effect

When-Window-Closed Trigger Example

The following example of a call to SET_WINDOW_PROPERTY from this trigger closes a window whenever the operator closes it by way of the window manager operation:

Set_Window_Property('window_name', VISIBLE, PROPERTY_OFF);


SYSTEM.EVENT_WINDOW examples