fgl_report_getBrowserURL

Returns the URL that launches the browser-based report viewer.

Syntax

fgl_report_getBrowserURL()
     RETURNS url STRING

Usage

This function can be called any time after a call to fgl_report_commitCurrentSettings() and before a call to fgl_report_loadCurrentSettings() for the next report.

This function is applicable when "Browser" output has been selected by a call to the fgl_report_selectDevice() function.

Example

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.