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 - When TRUE, specifies that the engine uses FGLSERVER as the client port.
    Note: To specify a BOOLEAN value, enter TRUE or FALSE without quotation marks.

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 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.