PrinterSpoolAlert Property

Specifies whether to alert the user when the output to a device must be spooled through a system printer due to a conflict with the I/O port.

See Also | Example

Signature

object.PrinterSpoolAlert

object

PreferencesOutput
The object or objects this property applies to.

PrinterSpoolAlert

acPrinterSpoolAlert; read-write

acPrinterAlwaysAlert

Always alert and log errors.

acPrinterAlertOnce

Alert only the first error and log all errors.

acPrinterNeverAlertLogOnce

Never alert, but log all errors.

acPrinterNeverAlert

Never alert and don't log any errors.

Remarks

The initial value for this property is acPrinterAlwaysAlert.

 

   Comments?