fgl_report_configureLocalization

Configures the localization for the current report.

Syntax

fgl_report_configureLocalization(
   charSet STRING,
   resourcePath STRING,
   numberFormat STRING,
   dateFormat STRING)
  1. charSet - Specifies the encoding of the translation files (str and 42s files). By default, the system encoding is used.
  2. resourcePath - A colon- or semicolon-delimited (Windows®) list of directories specifying the search path for compiled translation files (42s). The default is the value of the FGLRESOURCEPATH environment variable.
  3. numberFormat - A formatting string to be used for number formatting. The format is compatible with the format of the Genero Business Development Language DBFORMAT environment variable. The default is the value of the DBFORMAT environment variable.
  4. dateFormat - A formatting string to be used for date formatting. The format is compatible with the format of the Genero Business Development Language DBDATE environment variable. The default is the value of the DBDATE environment variable.

Usage

Function that configures the localization for the current report.

The function is not applicable for callback localization (See fgl_report_setCallbackLocalization).

For an example of Genero code using a reporting function, see Using report output functions. This example may not use the specific function discussed in this topic, however it provides details on where you would place this (and other) report output functions.