Section 12.8: default_frm Up Chapter 12: A4GL Utilities Section 12.10: fshow  

12.9 fcompile

This is the Aubit4GL tool to create a form binary from a .per form file.e.g.
Usage:
fcompile customer
Note: Omit the .per form suffix
will create a file with suffix .afr.

12.9.1 Builtin Forms

It is possible to build the compiled binary form into an Aubit4GL program. This allows you to distribute binaries without the need to bundle the .afr file with it. It also allows the file to run in an environment where the variables are incompatible with the environment where the forms were originally compiled.
The process to build in the form(s) is as follows:
You can (as of Version 1.2) create an xml version of a .per file by using the -xml option:
fcompile -xml customer
will create customer.per.xml
This option is intended for use with the new GUI Visual Display clients such as theVentas VDC program.
It is not strictly necessary to use the -xml option as Aubit4GL will convert a .afr file on the fly to xml for transmission to the XML front ends.
 Section 12.8: default_frm Up Chapter 12: A4GL Utilities Section 12.10: fshow