[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_PRINTQ()
 Set Capture Print Queue
------------------------------------------------------------------------------
 Syntax
 
      fn_PrintQ(<nDevice>,<cnQName>,<cPrintServer>) -> NIL
 
 Arguments

     <nDevice> 1, 2, 3 for LPT1,LPT2,LPT3

     <cnQname> Print Queue Name or bindery object id of printq

     <cPrintServer>  File Server Name to print the request (optional)

 Returns

     NIL


 Description

     This function targets the next print capture to a specified
     print queue.  This function handles a lot of the dirty work
     that FN_Scappq requires to work right.  It will end the current
     capture, set the preferred server and translate text names
     into the numeric IDs needed for FN_Scappq.

     To use it, you should just call this function, then set any
     capture settings, followed by starting the capture.

 Examples

     FN_PrintQ( 1, "PRINTQ_0")

     * call FN_SdefCpf() here if desired

     FN_sspLPTC( 1 )      &&    Start the capture


 Source: N:\SRC\PRINT\CAPTPQUE.PRG

 Author: Kevin Maher/Steve Tyrakowski

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