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>nnetjbfile()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETJBFILE()
 Sets or determines the file names in the banner text of a job
------------------------------------------------------------------------------
 Syntax

     NNETJBFILE(<cQueue>,<nJob>,[<cNewName>],[<cServer>|
        <nConId>]) --> cName

     Netware: 2.2 and 3.11

 Arguments

     <cQueue>  Designates the name of the print queue that is accessed.

     <nJob>  Designates the job number of the job that is processed in
     <cQueue>.

     <cNewName>  Designates a new file name that is set for the banner
     text.  The file name can be up to 12 characters long.

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

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

 Returns

     NNETJBFILE() returns the file name that is printed on the banner page of
     <nJob>.

 Description

     NOVELL NET JOB BANNER FILE
     The banner page of a job contains the user name of the job owner and the
     name of the printed file.  NNETJBFILE() allows you to set or to
     determine the file name.  The default name is LST:.

 Examples

     .  Determine the file name to be printed on the banner page of
        the first job in the queue LINEPRINTER:

        nJob = BIN2I(LEFT(NNETJLIST('LINEPRINTER'), 2))
        ? NNETJBFILE('LINEPRINTER', nJob)

     .  Set the file name to be printed on the banner page of the
        first job in the queue LINEPRINTER to STONES.TXT:

        nJob = BIN2I(LEFT(NNETJLIST('LINEPRINTER'), 2))
        ? NNETJBFILE('LINEPRINTER', nJob, 'STONES.TXT')

See Also: NNETJBAN() NNETJBNAME()

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