[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_FLPTCAP()
 Flushes the LPT capture buffer for the default printer.
------------------------------------------------------------------------------
 Syntax
 
      fn_fLPTCap() -> nil
 
 Arguments

     None.

 Returns

     Nil

 Description

  This function flushes the capture buffer associated to the default
  printer by releasing the buffer to the printer if the capture was
  to a network printer. If the capture is to a file, the file is closed.
  The connection to the print queue is maintained by this call and
  the capture continues. A new capture file is created with the next
  charater sent after this call.

  This call clears the Capture in Progress and Print Job Valid flags while
  maintaining the LPT Capture and Print Queue Capture flags.

 Examples

  function main()
     return fn_fLPTCap()


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

 Author: Christopher Shortt / Kevin Maher

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