1man(1)                         fcompile man page                        man(1)
2
3
4

NAME

6       fcompile - Aubit 4GL form compiler
7

SYNOPSIS

9       fcompile [-c] [-s|-q] [-d dbname] [-v|-vfull] filename[.per] [compiledā€
10       form.ext]
11

DESCRIPTION

13       The fcompile form compiler can be used to compile forms used with Aubit
14       4GL programs.
15

OPTIONS

17           -?
18            Display this help message
19
20           -s,-q
21            Silent mode
22
23           -v,-vfull
24            Display version information
25
26           -d dbname
27            Use 'dbname' rather than the database name in the form
28
29           -xml
30            Generate a .xml file suitable for use with the XML UIs
31
32           -perform
33            Turn on 'Perform' compatibility (SQL forms)
34            This does not implement the SQL functionality,
35            but still stores the data so it can be used by
36            other aubit4gl tools (like dump_4gl)
37
38           -c
39            Generates a .c file which can be linked with a 4gl program
40            The 4gl program needs to call 'form_is_compiled' to use the form:
41            e.g.    call form_is_compiled(someform,"MEMPACKED","GENERIC");
42

SEE ALSO

44       http://aubit.com/aubit4gl/manuals/aubman.pdf
45       http://aubit.com/aubit4gl/manuals/aubitqref.pdf
46
47
48
49
501.0                               17 Aug 2022                           man(1)
Impressum