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>nnetpjban()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPJBAN()
 Sets or queries the print of a banner page
------------------------------------------------------------------------------
 Syntax

     NNETPJBAN([<cJob>],[<lNewTitle>],[<cUser>],[<cServer>|
        <nConId>]) --> lBanner

     Netware: 2.2 and 3.11

 Arguments

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

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

     <lNewTitle>  Designates whether a banner page for <nJob> is printed
     (.T.) or not (.F.).

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

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

 Returns

     NNETPJBAN() returns .T. if the job definition includes printing a banner
     page.

 Description

     NOVELL NET PRINT JOB BANNER
     A banner page can be printed under Netware before each print job to show
     the user name.  NNETPJBAN() allows you to determine if a banner page is
     printed.  The printing of a banner page can be suppressed by passing the
     parameter <lNewTitle> with .F..  If <cUser> is not the current user,
     access rights for the mail system of the user are required.

 Examples

     .  Determine if the job definition MYJOB includes printing a
        banner page:

        ? NNETPJBAN('MYJOB')

     .  Suppress the printing of a banner page for the job MYJOB:

        ? NNETPJBAN('MYJOB', .F.)

See Also: NNETJBAN() NNETPJBNAM()

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