Compiling the Program and Form

When this form is compiled (translated) using the Compile menu option in the Project view or the fglform tool, an XML file is generated that has a file extension of .42f. The runtime system uses this file along with your programs to define the Abstract User Interface.

To compile the form with fglform:
fglform custform.per
Compile the single module program:
fglcomp dispcust.4gl
Execute the program:
fglrun dispcust.42m