How to determine if a print job completed successfully 
Author Message
 How to determine if a print job completed successfully

I'm using CR 8 and VB6.  How do you determine if a report was printed successfully?  After a
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



Tue, 15 Jul 2003 14:12:22 GMT  
 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




Sat, 26 Jul 2003 11:30:58 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Print job Completed

2. Determine the print job ...

3. Determine print job ...

4. How To Determine When Print Job Finishes

5. Determine the print job ...

6. Determine whether a external program (process) has finished execution successfully

7. Printing Queue: How many jobs and job names???

8. Combining multiple print jobs into one job/ActiveReports Problem

9. Quitting Word After Printer Completes Job

10. JOBS JOBS JOBS JOBS !!!!!!

11. Printer Spooled Jobs Complete

12. Printed successfully or not

 

 
Powered by phpBB® Forum Software