[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Printer_Ready


Purpose   Indicates if the printer is connected and online.

Decln.    Printer_Ready:boolean;

Returns   Boolean

Remarks   This function only returns true if the printer is fully operative
          and in the Ready state. If the printer is not ready, use the
          procedure Printer_Status to determine the cause of the problem.


Example

BEGIN
    IF PRINTER_READY THEN
       PRINTSCREEN;
END;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson