fcompile - Man Page
Aubit 4GL form compiler
Synopsis
fcompile [-c] [-s|-q] [-d dbname] [-v|-vfull] filename[.per] [compiledform.ext]
Description
The fcompile form compiler can be used to compile forms used with Aubit 4GL programs.
Options
- -?
Display this help message
- -s,-q
Silent mode
- -v,-vfull
Display version information
- -d dbname
Use 'dbname' rather than the database name in the form
- -xml
Generate a .xml file suitable for use with the XML UIs
- -perform
Turn on 'Perform' compatibility (SQL forms)
This does not implement the SQL functionality,
but still stores the data so it can be used by
other aubit4gl tools (like dump_4gl)- -c
Generates a .c file which can be linked with a 4gl program
The 4gl program needs to call 'form_is_compiled' to use the form:
e.g. call form_is_compiled(someform,"MEMPACKED","GENERIC");
See Also
http://aubit.com/aubit4gl/manuals/aubman.pdf
http://aubit.com/aubit4gl/manuals/aubitqref.pdf