Printer.PrinterError Method | |
Called if a printer error occurs. PrintErrorEvent is interrogated to identify the type of error has occurred.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD PrinterError(
oPerr
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual PrinterError(
Usual oPerr = default
)
Request Example
View SourceParameters
- 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 |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also