[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_SSPLPTC()
 Start specific LPT capture
------------------------------------------------------------------------------
 Syntax
 
      fn_sSpLPTc( nLPTNo ) -> nil
 
 Arguments

     <nLPTno> is the specific LPT capture buffer to cancel.
                                1 - LPT1, 2 - LPT2, 3 - LPT3

 Returns

      Nil

 Description

  This function starts the capture process associated with a specific LPT.
  If you are running versions of Novell above 2.01, you will also need to
  set the print queue in order to perform a capture.  See the FN_ScapPQ()
  function.

 Examples

  function StartSpecific(nLpt)
      LOCAL nServerId := FN_DefCid()
      LOCAL nQueue
      if FN_netver() > 2.0                // Link capture to PRINTQ_0
         nQueue := FN_gBndOID("PRINTQ_0", OT_PRINT_QUEUE)
         fn_Scappq(nLpt,nServerId,nQueue)
      endif
      fn_ssLPTC(nLpt)                    // Start the capture process
  return NIL


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

 Author: Christopher Shortt / Kevin Maher

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