When-Window-Deactivated Trigger
Description
Fires when an operator deactivates a window by setting the input focus to another window within the same form.
Definition Level form
Legal Commands
SELECT statements, unrestricted Built-ins, restricted Built-ins
Enter Query Mode yes
Usage Notes
- Use this trigger to audit the state of a window whenever the operator deactivates
the window by setting the input focus in another window.
- Note that if this form opens another form, this deactivate trigger does
not immediately fire. Instead, it will fire later when control returns to
this form. (Assuming this window also has an activate trigger, then when control
returns to this form, first the deactivate trigger fires followed immediately
by the activate trigger.)
On Failure
no effect
Related topics
When-Window-Activated Trigger
When-Window-Closed Trigger
GET_WINDOW_PROPERTY Built-in
SYSTEM.EVENT_WINDOW examples