Run_BRW_Report subroutine

Runs Banded Report Writer reports

Run_BRW_Report(reportName,printOption)

The Run_BRW_Report subroutine has the following parameters.

ParameterDescription
reportNameThe report name. Use the entity name of the fully-qualified entity id.
printOptionAcceptable values are SCREEN, PRINTER or null. SCREEN will display the report in a prveview
printOptionIf the parameter is any value other than PRINTER then the default is to the Screen.

Option - Description
Screen - Sends the report to the preview windows.
Printer - Sends the report to the printer.
Declare Subroutine Run_BRW_Report
 

rptName = 'MY_REPORT'

Run_BRW_Report(rptName,'PRINTER')
  • guides/programming/programmers_reference_manual/run_brw_report.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1