LoadForm() Method
- Last UpdatedNov 14, 2022
- 1 minute read
The method LoadForm allows force loading of a form definition and/or the ability to get a reference to a form object by name.
The method’s signature is:
!!Fmsys.loadForm( !formname is STRING ) is FORM
If the form exists then the method returns a reference to the form object. If it doesn’t exist, then an attempt is made to force load its definition.
If this fails then an unset form reference is returned. You can check for this using the Unset method on the form object.