The OpenForm command is recorded when the user chooses Open Form from the Advanced Macro menu.
OpenForm dictionary dictionary_name form form_name
• 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.
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.