Function PrintReady() Foundation

Checks whether a printer connected to the specified port is ready.

Syntax
PrintReady( [<nLPTport>] ;  // Default: 1
          ) --> lPrinterIsReady
Return

Returns .T. if the specified printer is ready and .F. otherwise.

Description

<nLPTport>

Under OS/2, this is a number between 1 and 9 specifying the LPT port. Under Windows, a number between 1 and NumPrinter() can be used to check the readyness of a printer. The default is 1.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.