jadeReportWriterParameterIsSet

jadeReportWriterParameterIsSet(reportName:     String;
                               parameterName:  String;
                               parameterValue: Any);

The jadeReportWriterParameterIsSet method of the Application class is called automatically from the JADE Report Writer Designer application before a report is run. This method is called once for each parameter used in the report and passes the current parameter value so that any transient holding this parameter value can be updated.

Reimplement this method in the Application class if you run the report programmatically and you want to save a parameter value (for example, a date) for subsequent use in your application, to achieve the same result as running the report from the JADE Report Writer Designer application.