Product Information > JADE Error Messages and System Messages > 15000 through 15099 - JADE Print Errors > 15010 - Printing started - change of copies ignored

15010   Printing started - change of copies ignored

Cause

This error occurs when an attempt to change the copies property of the Printer class is made after printing has begun (a call has already been made to the print method or the newPage method).

Action

Change your application code to ensure that the copies property is assigned to before the print or newPage method call.