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>q_restart() - restart queued printing after a q_hold()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     q_restart() - restart queued printing after a q_hold()
  Usage:    <logical> = q_restart()
  Params:   none
  Returns:  logical .T. if print queue was successfully restarted,
            .F. if not, error, or DOS version is less than 3.00

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

                 q_submit("test.prg")
                 ? "To pause printing, press ALT/P"
                 ? "To restart press ALT/R"
                 set key 271 to QPAUSE
                 set key 275 to QRESTART
                 return

                 PROC QPAUSE
                 para d1,d2,d3

                      q_hold()

                 return

                 PROC QRESTART
                 para d1,d2,d3

                      q_restart()

                 return

  Note:     You must have installed the DOS print.com program for the
            Q functions to work properly. Your DOS version also needs
            to be 3.00 or higher. See the q_submit() function for more
            information.


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

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