PrintStart() Method callback
<< Click to Display Table of Contents >> PrintStart() Method callback |
![]() ![]() ![]() |
Purpose
This callback method is called prior to printing and is where you perform initialization.
Syntax
<oReport>:PrintStart(oPtrDevice)
Arguments
<oPtrDevice> | The PtrDevice which has initiated the call to this callback method. |
Return Values
The appropriate return values are:
PRINT_OK | All is OK; start printing. |
PRINT_ERROR | Indicates an error occurred and printing should terminate. |
Description
This callback method is called if it exists as a method of the report object. The report object is specified in the <oReport> parameter of the PtrDevice:Init. This is the first callback method called during a print job.