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>nnetpspjob()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPSPJOB()
 Checks to see if the print server printer is processing a job
------------------------------------------------------------------------------
 Syntax

     NNETPSPJOB(<cPServer>,<nPrinter>,[<cServer>|<nConId>])
        --> lJob

     Netware: 2.2 and 3.11

 Arguments

     <cPServer>  Designates the name of the print server that is
     accessed.

     <nPrinter>  Designates the number of the printer on <cPServer>.
     Values between 0 and 15 are possible.

     <cServer>  Designates the name of the file server used to access
     <cPServer>.  The print server checks login information on <cServer>.
     Therefore, the access rights can depend on the specified file server.
     Your workstation must be attached to <cServer>.

     <nConId>  Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NNETPSPJOB() returns .T. if <nPrinter> on <cPServer> is currently
     processing a job.

 Description

     NOVELL NET PRINT SERVER PRINTER (HAS) JOB ?
     NNETPSPJOB() checks to see if a print server printer is currently
     processing a job.  This allows you to determine whether or not the
     printer is directly available.

 Example

     Determine if printer 0 on print server printer PSERVER is currently
     processing a job:

     IF NNETPSPJOB('PSERVER',0)
        ? 'Printer is busy!'
     ELSEIF NNETPSERR()=0
        ? 'Printer available!'
     ELSE
        ? 'Error!'
     ENDIF

See Also: NNETPSERR()

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