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

     NNETPJNOTY([<cJob>],[<lNewMessage>],[<cUser>],
        [<cServer>|<nConId>]) --> lMessage

     Netware: 2.2 and 3.11

 Arguments

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

     <nNewMessage>  Designates a new notify mode that is set for <cJob>.

     <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

     NNETPJNOTY() returns the notify mode in the job definition <cJob>.  A
     return of .T. indicates that the user is notified after a job has been
     printed.

 Description

     NOVELL NET PRINT JOB NOTIFY
     Netware allows a user to receive a broadcast message after a job has
     been printed.  This option can be specified within a job definition.
     NNETPJNOTY() allows you to set or query the option.  Do not pass a value
     for <cNewMessage> to query the notify option.  When <cNewMessage> is set
     to .T., the user is notified after a job has been printed.    If <cUser>
     is not the current user, access rights for the mail system of the user
     are required.

 Examples

     .  Determine the notify mode for the default job:

        IF NNETPJNOTY()
        ? 'Notify mode activated'
        ELSE
        ? 'Notify mode not active'
        ENDIF

     .  Activate the notify mode for default job:

        ? NNETPJNOTY(, .T.)

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