Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetcapend()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETCAPEND()
 Terminates the capture mode for an LPT device
------------------------------------------------------------------------------
 Syntax

     NNETCAPEND(<nPrinter>) --> lTerminate

     Netware: 2.2 and 3.11

 Argument

     <nPrinter>  Designates the LPT device for which the capture mode is
     terminated.  LPT1(1) to LPT3(3) are possible.

 Returns

     NNETCAPEND() returns .T. when an existing capture mode for the
     designated LPT device has been terminated.

 Description

     NOVELL NETWORK CAPTURE END
     This function can terminate an active capture mode.  Subsequent print
     output occurs on the local printer.  Print jobs still open are
     terminated and transferred to "service".

 Note

     .  If you want to abort the output for the last print job "in
        progress", use NNETCAPCAN().

 Example

     Activate the capture mode for LPT1, and turn it off after the ensuing
     print output:

     SET PRINTER TO LPT1
     ? NNETCAPBEG(1)                // .T. when active
     SET DEVICE TO PRINT
        @ 10, 10 SAY "This is a test 234"
     SET DEVICE TO SCREEN
     EJECT
     NNETCAPEND(1)                  // Terminate LPT1 capture

See Also: NNETCAPBEG()

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