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>nnetpjfsrv()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPJFSRV()
 Sets or queries the file server for a print job
------------------------------------------------------------------------------
 Syntax

     NNETPJFSRV([<cJob>],[<cNewServer>],[<cUser>],
        [<cServer>|<nConId>]) --> cFileServer

     Netware: 2.2 and 3.11

 Arguments

     <cJob>  Designates the selected print job definition.  The default
     value designates the default job.

     <nNewServer>  Designates a new file server name for <cJob>.  The
     file server must be available in the internal network.

     <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

     NNETPJFSRV() returns the name of the file server in the job definition
     <cJob>.

 Description

     NOVELL NET PRINT JOB FILE SERVER
     A print job definition must contain the name of a file server to find
     the print queue when the job is activated.  The file server name can be
     set or queried by calling NNETPJFSRV().  Do not pass a value for
     <cNewServer> to query the server name.  A server name can be set by
     specifying <cNewServer>.  If <cUser> is not the current user, access
     rights for the mail system of the user are required.

 Examples

     .  Determine the file server name in the job definition MYJOB:

        ? NNETPJFSRV('MYJOB')

     .  Set the server name in the job definition MYJOB to SERVER1:

        ? NNETPJFSRV('MYJOB', 'SERVER1')

See Also: NNETPJQ()

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