Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>isqueue() - see if the dos print queue is installed</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     isqueue() - see if the DOS print queue is installed
  Usage:    <logical> = isqueue()
  Params:   none
  Returns:  logical .T. if the DOS print.com program has been
            installed, .F. if not, or error, or DOS version is
            less than 3.00

 ---------------------------------- Example ---------------------------------

                 if (! isqueue())
                      @ 10,0 say "Can't access print spooler"
                 else
                      q_submit("test.txt")
                 endif

  Note:     Some print spoolers emulate the DOS print.com program
            and may work with the q_* functions. Some
            experimentation may be necessary to check if yours
            does. To install the print queue, simply run the DOS
            program PRINT.COM before you run your Clipper
            application. Once installed, you can submit up to
            10 files (default) for queued printing. See your DOS
            manual for more information on the DOS print program.
            To use the Q functions you must have DOS 3.00 or higher.


See Also: q_submit() q_cancel() q_file() q_delete() q_hold()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson