RpReportEnded()  Method callback

<< Click to Display Table of Contents >>

Navigation:  Callback Methods >

RpReportEnded()  Method callback

Previous pageReturn to chapter overviewNext page

Purpose

This callback method is invoked after a report completes.

Syntax

<oOwner>:RpReportEnded(oRpReport)

Arguments

<oRpReport>

The RpReport object which has initiated this callback method.

Description

This callback method is invoked if it exists as a method of the report owner object.  The report owner object is specified in the <oOwner> parameter of the RpReport:Init.  This method is called when the report terminates to inform the owner object that the report has finished.  This callback is generally not used for modal printing.  It is provided to aid in the management of modeless print preview windows.