Function NnetJForm() Foundation

Retrieves or sets a form name for a print job.

Syntax
NnetJForm( <cPrintQueueName>         , ;
           <nPrintJobNumber>         , ;
           [<cPrintFormName>]        , ;  // Default: NIL
           [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
         ) --> cFormName
Return

Returns a string with the form name to be used by the print job with the number <nPrintJobNumber>.

Description

<cPrintFormName> is limited to 15 characters.

Note that <nPrintJobNumber> is not a sequential number of print jobs but a unique value used to identify a job. It can be retrieved using NnetCapJob() or NnetJList().

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.