AccpacReport.GetProcessServerSetup
Returns an AccpacProcessServerSetup object for the report.
Function GetProcessServerSetup() As AccpacProcessServerSetup
Return Value
Returns the AccpacProcessServerSetup object for the report.
Remarks
If a report is configured to be run through the Process Server, the following must be done:
Create the report object by calling ReportSelect of an AccpacSession object.
Check the RequiresProcessServerSetup property.
If TRUE, call GetProcessServerSetup to get an AccpacProcessServerSetup object.
Configure the AccpacProcessServerSetup object.
Call CompleteProcessServerSettings to save the AccpacProcessServerSetup settings to the report object.
Call Confirm as usual.
The AccpacProcessServerSetup object is a hidden member of the ACCPAC COM API library.