Post Author: cbone
CA Forum: crystalreports.com
I would like to customize the schedule.csp file to accept ftp information when a report is scheduled. 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.PluginInterfaceReportInterface.ReportFormatOptions.Format = [new value]----