Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - <u>you can set auto end capture more efficiently by calling n_capset(). </u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
You can set Auto End Capture more efficiently by calling N_CAPSET(). 
Though superseded, N_SPLAUTO() has been retained in the library to 
maintain compatibility with earlier versions of NetLib. Future 
versions may not retain N_SPLAUTO(), so please take this opportunity 
to begin using the new function in your code.


Syntax

N_SPLAUTO( [ <lSetting> ] )


Parameters

<lSetting>
Enable or disable Auto End Capture.

       .T. sets auto endcap ON.
       .F. sets auto endcap OFF.



Returns

N_SPLAUTO() returns logical true if auto endcap is ON, false if it is 
OFF.


Description

If Auto Endcap is On and you return to DOS, print capture will end. If 
auto endcap is set OFF and you return to DOS, the network print spooler 
will continue to capture output sent to the local printer port.



See Also: N_CAPGET() N_CAPSET()

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