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

     NNETPJSUPF([<cJob>],[<lNewPage>],[<cUser>],[<cServer>|
        <nConId>]) --> lPageMode

     Netware: 2.2 and 3.11

 Arguments

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

     <lNewPage>  Designates a new form feed mode 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

     NNETPJSUPF() returns the form feed mode for <cJob>.  A return of .F.
     indicates that a form feed is performed after a job has been printed.

 Description

     NOVELL NET SUPPRESS FORM FEED
     Netware automatically creates a form feed at the end of each print job.
     NNETPJSUPF() allows you to set a form feed or determine if a form feed
     is defined in the job definition.  A form feed can be suppressed by
     designating <lNewPage> with .T..  Do not pass a value for <lNewPage> to
     query the current setting.  If <cUser> is not the current user, access
     rights for the mail system of the user are required.

 Examples

     .  Determine the form feed mode for the default job:

        IF NNETPJSUPF()
        ? 'Form feed suppressed'
        ELSE
        ? 'Form feed activated'
        ENDIF

     .  Deactivate the form feed for the default job:

        ? NNETPJSUPF(, .T.)

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