Compiling and Running the Program

The dispcust.4gl module and the custdorm.per form file must be compiled. You can select the Build option in the Genero Studio Project view to perform these tasks or use command line tools.

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