InitializeRequest Procedure

  • 2 minutes to read

Report W1 Service Contract

Overloads

Name Description
InitializeRequest(Integer; Boolean; Boolean)
InitializeRequest(Integer; Boolean; Boolean; Option "Print Preview",Print,"E-Mail","Attach as PDF")

InitializeRequest(Integer; Boolean; Boolean) Procedure

Signature

InitializeRequest(NewNoOfCopies: Integer; NewShowInternalInfo: Boolean; NewLogInteraction: Boolean)

Parameters

NewNoOfCopies Integer

NewShowInternalInfo Boolean

NewLogInteraction Boolean

InitializeRequest(Integer; Boolean; Boolean; Option "Print Preview",Print,"E-Mail","Attach as PDF") Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLInitializeRequest
Deprecated since: BC22

Signature

[Obsolete('Replaced by CFLInitializeRequest', 'BC22')]
InitializeRequest(NewNoOfCopies: Integer; NewShowInternalInfo: Boolean; NewLogInteraction: Boolean; PrintFrom: Option "Print Preview",Print,"E-Mail","Attach as PDF")

Parameters

NewNoOfCopies Integer

NewShowInternalInfo Boolean

NewLogInteraction Boolean

PrintFrom Option "Print Preview",Print,"E-Mail","Attach as PDF"