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>nnetpjcapf()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPJCAPF()
 Starts the capture mode with print job settings
------------------------------------------------------------------------------
 Syntax

     NNETPJCAPF([<cJob>],[<cUser>],[<cServer>|<nConId>])
        --> lSuccess

     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.

     <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

     NNETPJCAPF() returns .T. if the capture mode has been started
     successfully.

 Description

     NOVELL NET PRINT JOB CAPTURE FLAGS
     NNETPJCAPF() allows you to start a capture process with the settings of
     a print job definition (<cJob>).  A call of NNETPJCAPF() corresponds to
     a call of the Novell utility CAPTURE, with or without the /j=<cJob>
     option.  If <cUser> is not the current user, access rights for the mail
     system of the user are required.

 Note

     .  NNETPJCAPF() starts a capture process.  A following call of
        NNETCAPBEG() is not necessary.

 Examples

     .  Start a capture process with the settings of the default job
        definition:

        IF NNETPJCAPF()
        ? 'Capture has been started successfully'
        ELSE
        ? 'Error'
        ENDIF

     .  Start a capture process with the settings of the job
        definition MYJOB:

        IF NNETPJCAPF('MYJOB')
        ? 'Capture has been started successfully'
        ELSE
        ? 'Error'
        ENDIF

See Also: NNETCAPBEG()

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