| Control Reference > VSPrinter Control > VSPrinter Properties > Error Property |
Returns a code that describes an error condition.
[form!]VSPrinter.Error[ = PrinterErrorSettings ]
Valid settings are:
|
Constant |
Value |
|
vperCantAccessPrinter |
3 |
|
vperCantStartJob |
4 |
|
vperUserAborted |
5 |
|
vperAlreadyPrinting |
6 |
|
vperDeviceIncapable |
7 |
|
vperControlIncapable |
8 |
|
vperCantInBrowser |
9 |
For details and an example, see the Error event.
PrinterErrorSettings (Enumeration)