OpenForm() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the OpenForm() method to open an external form. This method is only available if the system parameter, Form Program, is set up.
This method is available by means of the Button Bar control and allows the Execute function to be accessed in a context where a Button Bar control does not exist.
For example, to place the Utilization control in a form that contains a menu but does not contain the Button Bar control, the method can be called by a script with corresponding menu options.
Syntax
OpenForm(userData);
Parameter
userData
A string that provides the name of the form and arguments.