fgl_report_stopGraphicalCompatibilityMode

Restore text-based report output.

Syntax

fgl_report_stopGraphicalCompatibilityMode()

Usage

Function to restore text-based report output.

The graphical compatibility mode switched on by calling fgl_report_loadCurrentSettings(NULL) is switched off using this function.

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.