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 enable or disable trailing form feed more efficiently by </u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
You can enable or disable trailing form feed more efficiently by 
calling N_CAPSET(). Though superseded, N_SPLNOFF() has been retained 
in the library to maintain compatibility with earlier versions of 
NetLib. Future versions may not retain N_SPLNOFF(), so please take 
this opportunity to begin using the new function in your code.


Syntax

N_SPLNOFF( [ <lSetting> ] )


Parameters

<lSetting>
Disable or re-enable trailing form feed.

    .T. specifies no trailing form feed.
    .F. specifies trailing form feed.(NetWare default)



Returns

N_SPLNOFF() with no parameters returns the current setting.


Description

By default, NetWare inserts a blank page at the end of every print job. 
This can be inhibited with N_SPLNOFF(.T.), which specifies no form 
feed.

The setting becomes effective at the start of the next print job. It 
does not affect the currently active print job, if any, nor does it 
affect print jobs already on the queue.



See Also: N_CAPSET()

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