15. Embedded Forms Program Structure : How Forms Are Declared : forminit Statement--Declare Uncompiled Forms
 
Share this page                  
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.