ActivateWindow

Examples


The ActivateWindow command is recorded when a user manually activates a window that was already open but not currently active.

Syntax

ActivateWindow dictionary dictionary_name form form_name window window_name

Parameters

dictionary_name - The name of the dictionary. The 'default' parameter can also be used, indicating the current main application dictionary will be used.

form_name - The name of the form containing the window being made active.

window_name - The name of the window being made active.

Comments

This command is also recorded each time a tool bar control is used. A tool bar is a special window that becomes active only when a control in it is used.


Documentation Feedback