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

15008   Printing started - change of printPreview ignored

Cause

This error occurs when an attempt to change the printPreview 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 printPreview property is assigned to before the print or newPage method call.