
How to determine if a print job completed successfully
Status Property
Description
Determines the print status for the specified report.
Usage
[form.]Report.Status
For example:
Status% = Report1.Status
? Fetches the print status and saves it to the Status variable. ?
Remarks
The Status property will return one of the following values:
0 The report has not been printed or has not finished printing.
3 The report has finished printing.
5 The report has been cancelled by the user.
Data Type
Integer
Availability
Readonly|Runtime
Quote:
> I'm using CR 8 and VB6. How do you determine if a report was printed
successfully? After a
Quote:
> user has started a print job, they will close the report viewer and the
report may still be
> printing. I need to fire an event when the report completed the print job
that will send a
> flag telling the app if the was successful or not. Then I need to record
this status to the
> database. This does not need to be brought to the user's attention. I
just need to know
> how to capture the status.
> --
> George Padvorac
> Bizmode