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


Syntax

N_SPLNTFY( [ <lSetting> ] )


Parameters

<lSetting>
Enable or disable print notify.

    .T. Enables
    .F. Disables


Returns

N_SPLNTFY() returns the current setting.


Description

Enables or disables NetWare's print notify option for the current 
station.

Note  Not all printers support NetWare's print notify option. If 
print notify is enabled, the print server will send a broadcast message 
notifying the user when the print job is done.



See Also: N_CAPGET() N_CAPSET()

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