fgl_report_setAutoformatType

Sets the auto-formatting type if no 4rp template is specified.

Syntax

fgl_report_setAutoformatType(
   type STRING )
  1. type - One of "COMPATIBILITY", "FLAT LIST"

Usage

Function that sets the auto-formatting type if no 4rp template is specified. By default such a report would be rendered in compatibility mode; this function provides additional rendering options:

For a generic 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.