Skip to content

OnPostPrintReport - cDRReport

Methods - Properties - Events

Method Type

Procedure (event)

Arguments

None

Description

This event is sent by the object at the end of a PrintReport method.

DataFlex Framework usage

  • Web
  • Windows
  • FlexTron

Sample

Object oReport is a cDRReport
    Set psReportName to 'MyReport.dr'

    Procedure OnPostPrintReport
        Forward Send OnPostPrintReport

        Send EmailToSomeOne 'New Print Made, please fetch'
    End_Procedure
End_Object