Function NnetPjTabs() Foundation

Configures the tab width for a print job configuration record.

Syntax
NnetPjTabs( [<cJobRecordName>]        , ;  // Default: NnetPjDef()
            [<nTabWidth>]             , ;  // Default: NIL
            [<cUserName>]             , ;  // Default: Current user
            [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
          ) --> nTabWith
Return

Returns the number of spaces a tab (Chr(9)) is expanded to when printing text jobs configured by the record <cJobRecordName>. A value of 0 indicates no tab expansion and -1 is returned in case of an error.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.