[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_SLPTCAP()
 Start LPT Capture
------------------------------------------------------------------------------
 Syntax
 
      fn_sLPTCap() -> nil
 
 Arguments

     None

 Returns

     Nil

 Description

  This function starts the capture process to the default 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 main()
      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(1,nServerId,nQueue)
      endif
      fn_sLPTCap()                        // Start the capture process
  return NIL


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

 Author: Christopher Shortt / Kevin Maher

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