fgl_report_setSharePortWithGDC

Configures the report engine to use the same port as the Genero Desktop Client for previewing.

Syntax

fgl_report_setSharePortWithGDC(
   share BOOLEAN)
  1. share - Boolean that, when set to true, specifies that the engine will use FGLSERVER as the client port.

Usage

Function that configures the report engine to use the same port as the Genero Desktop Client for previewing.

By default, the port is shared and the port value specified in the FGLSERVER environment variable is used.

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.