Click or drag to resize

Printer.PrinterError Method (Typed)

X#
Called if a printer error occurs. PrintErrorEvent is interrogated to identify the type of error has occurred.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD PrinterError(
	oPerr
) AS USUAL CLIPPER
Request Example View Source

Parameters

oPerr (Optional)
Type: Usual
The printer error event that is being handled.

Return Value

Type: Usual
TRUE if the print job is to be retried (i.e., the error is to be ignored); FALSE if the print job is to be canceled.
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also