
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetpjdel()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NNETPJDEL()
Deletes a print job definition
------------------------------------------------------------------------------
Syntax
NNETPJDEL(<cJob>,[<cUser>],[<cServer>|<nConId>])
--> lSuccess
Netware: 2.2 and 3.11
Arguments
<cJob> Designates the name of the print job definition.
<cUser> Designates the name of the user whose print job definition
file (PRINTCON.DAT) is accessed. The default value accesses the current
user.
<cServer> Designates the name of the file server used. Your
workstation must be attached to <cServer>.
<nConId> Designates the connection ID of your workstation on
<cServer>.
Returns
NNETPJDEL() returns .T. if the print job definition <cJob> has been
deleted successfully. If an error occurs, the function returns .F..
Description
NOVELL NET PRINT JOB DELETE
NNETPJDEL() allows you to delete the print job definition (<cJob>) of
the current user or any other user (if the print job definition file can
be accessed for that user). The default job cannot be deleted.
Example
Delete the print job HPLJ of the current user:
IF NNETPJDEL('HPLJ')
? 'Job definition deleted successfully!'
ELSE
? 'Error'
ENDIF
See Also: NNETPJADD() NNETPJCRT()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson