GetProcessServerSetup

ACCPAC Common Controls

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:

  1. Create the report object by calling ReportSelect of an AccpacSession object.

  2. Check the RequiresProcessServerSetup property.

  3. If TRUE, call GetProcessServerSetup to get an AccpacProcessServerSetup object.

  4. Configure the AccpacProcessServerSetup object.

  5. Call CompleteProcessServerSettings to save the AccpacProcessServerSetup settings to the report object.

  6. Call Confirm as usual.

The AccpacProcessServerSetup object is a hidden member of the ACCPAC COM API library.