Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The event is fired before calling method TransformReport().

Code Block
Object.Email_BeforeTransportReportBeforeTransformReport(toSession, toParameters)

Parameters

toSession

 The handler of the XFRX#SESSION object.

toParameters

 The object containing the email options.

Remarks

Returning .F. will suppress the email to be sent.


Applies To: Extension Handler

...