Use PEStartPrintJob to start the printing of a report. This function is used as a mandatory part of each Custom
BOOL CRPE_API PEStartPrintJob (
short printJob,
BOOL waitUntilDone );
A print job can be started only once. Once started, the only function that can be used is PEClosePrintJob.
Declare Function PEStartPrintJob Lib "crpe32.dll" (ByVal printJob _
As Integer, ByVal WaitOrNot As Integer) As Integer
function PEStartPrintJob (
printJob: Word;
waitUntilDone: Bool
): Bool stdcall;
EXTERN CLOGICAL PEStartPrintJob (CWORD, CLOGICAL) CRPE.DLL
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |