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>nnetpjlist()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPJLIST()
 Determines the print job list for a user
------------------------------------------------------------------------------
 Syntax

     NNETPJLIST([<cUser>],[<cServer>|<nConId>]) --> aJobs

     Netware: 2.2 and 3.11

 Arguments

     <cUser>  Designates the name of the user whose print job definition
     is processed.  The default value designates the current user.

     <cServer>  Designates the name of the file server on which the
     operation is processed.  Your workstation must be attached to <cServer>.

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

 Returns

     NNETPJLIST() returns a one-dimensional array that contains the names of
     the print job definitions for <cUser>.

 Description

     NOVELL NET PRINT JOB LIST
     NNETPJLIST() returns a list of all existing job definitions for <cUser>.
     If <cUser> is not the current user, access rights for the mail system of
     the user are required.

 Example

     Determine and display the job definitions for the current user:

     aJobs = NNETPJLIST()
     FOR i = 1 TO LEN(aJobs)
     ? aJobs[i]
     NEXT i

See Also: NNETPJDEF()

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