[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SPOOLACTIV()
 Determines if the DOS PRINT program is installed
------------------------------------------------------------------------------
 Syntax

     SPOOLACTIV() --> lSpoolActive

 Returns

     SPOOLACTIV() returns .T. when the DOS memory-resident print spooler is
     installed.

 Description

     Before you implement any print spool functions, use SPOOLACTIV() to test
     if the DOS PRINT program is installed.  If inactive, then you must leave
     the application because memory-resident programs cannot load from within
     CA-Clipper applications.

 Note

     .  Use SPOOLACTIV() to continue output stopped with SPOOLENTRY().

 Example

     Test if PRINT is loaded:

     IF SPOOLACTIVE()
        SPOOLADD("C:\TEST\PRINT.DAT")
     ELSE
        ? "Spooling not possible !"
     ENDIF


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