Reporting API Functions / Functions to change reporting options |
Configure the report to use a function to retrieve localized field titles.
fgl_report_setCallbackLocalization( share BOOLEAN )
By default the field titles in a report are retrieved from Genero localization files compiled by the command fglmkstr. This function configures the report engine to call the function report_getFieldCaption(matchName,fieldName) instead, and doesn't use the localization file.
See Localized strings.
See Usage.