Function NnetPjAdd() Foundation

Creates a new print job configuration record in PRINTCON.DAT

Syntax
NnetPjAdd( <cJobRecordName>          , ;
           [<cUserName>]             , ;  // Default: Current user
           [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
         ) --> lSuccess
Return

Returns .T. if the print job configuration record could be created.

Description

<JobRecordName> is a string that uniquely identifies the configuration record. If the job record already exists it is overwritten. The job record is initialized with default values which can be changed with other NnetPj..() functions.

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.