Was this helpful?
forminit Statement--Declare Uncompiled Forms
To declare an uncompiled form, use the forminit statement.
This statement has the following syntax:
forminit :formname;
The forminit statement retrieves the form definition from the forms catalogs in the database; therefore, it must be issued after the program connects to the database. The forminit statement is an executable statement, and must be placed outside any declaration sections.
Last modified date: 11/28/2023