Configuration / The FGLPROFILE file |
Description of the syntax of FGLPROFILE entries.
entry = value
ident [.ident [.ident] [...] ] ]
[-]{ digit [...] }[ . digit [...] ] | " alphanum [...] " | {true|false}
An FGLPROFILE entry is a line in the configuration file associating a parameter name to a value that can be specified as a numeric, string or boolean.
The entries are defined by a name composed of a list of identifiers separated by a dot character. Entry names are converted to lower case when loaded by the runtime system. In order to avoid any confusion, it is recommended to write FGLPROFILE entry names in lower case. If an entry is defined several times in the same file, the last entry found in the file is used. No error is raised.
The value can be a numeric literal, a string literal, or a boolean (true/false).
my.numeric.entry = -1566.57
my.string.entry = "C:\\data\\test1.dbf"
my.boolean.entry = true
report.aggregatezero = true gui.connection.timeout = 100 dbi.database.stores.source = "C:\\data\\test1.dbf" dbi.database.stores.prefetch.rows = 200