[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SPOOLFLUSH()
 Completely empty the print queue
------------------------------------------------------------------------------
 Syntax

     SPOOLFLUSH() --> lDeleteAll

 Returns

     SPOOLFLUSH() returns .T. when you can remove all entries.

 Description

     SPOOLFLUSH() allows you to remove all entries from the print spool
     queue.  An entry currently being printed, is not taken into account,
     (just as with SPOOLCOUNT()).

 Example

     Delete the spool queue:

     IF SPOOLFLUSH()               // All deleted ?
        ? "Print spool queue is empty !"
     ENDIF


See Also: SPOOLCOUNT() SPOOLENTRY()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson