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

     NNETPJTABS([<cJob>],[<nNewTab>],[<cUser>],[<cServer>|
        <nConId>]) --> nTab

     Netware: 2.2 and 3.11

 Arguments

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

     <nNewTabs>  Designates an optional parameter that contains the
     number of spaces to which the tabs are expanded.  The value 0 designates
     that the tabs are not expanded.

     <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

     NNETPJTABS() returns the number of spaces to which the tabs (CHR(9)) are
     expanded.  The value 0 indicates that the tabs have not been expanded.
     If an error occurs, the function returns -1.

     The return value has a meaning only if the text mode is set in <cJob>.

 Description

     NOVELL NET PRINT JOB TABS
     In text jobs, the print server is able to replace tabs (CHR(9)) with
     spaces.  The number of spaces per tab can be queried or set with
     NNETPJTABS().  Do not pass a value for <nNewTabs> to query the number of
     spaces.

 Examples

     .  Determine the number of spaces that are set as a tab
        replacement in the default job:

        NNETPJTABS()

     .  Set the number of spaces per tab to 4 in the default job:

        ? NNETPJTABS(, 4)

See Also: NNETPJTXT()

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