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

     NNETPJFORM([<cJob>],[<cNewForm>],[<cUser>],[<cServer>|
        <nConId>]) --> cForm

     Netware: 2.2 and 3.11

 Arguments

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

     <nNewForm>  Designates a new form name for <cJob>.  The form name
     must have an entry in the printer definition file (NET$PRN.DAT) on
     <cServer>.

     <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

     NNETPJFORM() returns the form name in the job definition <cJob>.

 Description

     NOVELL NET PRINT JOB FORM
     A print job definition can contain the name of a form.  This name can be
     set or queried by calling NNETPJFORM().  Do not pass a value for
     <cNewForm> to query the form name.  A form name can be set by specifying
     <cNewForm>.  If <cUser> is not the current user, access rights for the
     mail system of the user are required.

 Examples

     .  Determine the form name in the job definition MYJOB:

        ? NNETPJFORM('MYJOB')

     .  Set the form name in the job definition MYJOB to INVOICE:

        ? NNETPJFORM('MYJOB', 'INVOICE')

See Also: NNETPJDEV()

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