I would like to customize the cyrstal schedule.csp file to accept ftp information when a job is schedule. The plan is to allow a user to specify the fpt info and have the job scheduler run the report and send the report. Any idea what value in the ReportInterface object I need to set?
The code I have modified to change other parameters is like:
--------------------------------------------------
Set ReportInterface = ReportObject.PluginInterface
ReportInterface.ReportFormatOptions.Format = [anything]
--------------------------------------------------
The code I have modified to change other parameters is like:
--------------------------------------------------
Set ReportInterface = ReportObject.PluginInterface
ReportInterface.ReportFormatOptions.Format = [anything]
--------------------------------------------------