OpenForm

Examples


The OpenForm command is recorded when the user chooses Open Form from the Advanced Macro menu.

Syntax

OpenForm dictionary dictionary_name form form_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 to be opened.

Comments

The OpenForm command allows a macro to open a form without having to perform the actions required to open the form through the application’s interface. This allows the macro to be independent of the navigation in the application.


Documentation Feedback