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

     NNETPJTXT([<cJob>],[<lNewText>],[<cUser>],[<cServer>|
        <nConId>]) --> lText

     Netware: 2.2 and 3.11

 Arguments

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

     <lNewMode>  Designates an optional parameter that indicates whether
     text (.T.) or binary (.F.) jobs are created after the definition <cJob>
     has been activated.

     <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

     The return value of NNETPJTXT() specifies the data type in the job
     definition <cJob>.  A return value of .F. indicates binary data, and a
     return value of .T. indicates text data.

 Description

     NOVELL NET PRINT JOB TEXT
     The Queue Management System (QMS) differentiates between text and binary
     jobs.  NNETJTXT() allows you to query or set the mode for a job
     definition <cJob>.

 Examples

     .  Determine the mode for the default job:

        IF NNETPJTXT()
        ? 'Text mode'
        ELSE
        ? 'Binary mode'
        ENDIF

     .  Set the text mode for the default job:

        ? NNETPJTXT(, .T.)

See Also: NNETPJTABS()

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