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>nnetpfnum()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPFNUM()
 Determines the number of the form
------------------------------------------------------------------------------
 Syntax

     NNETPFNUM(<cForm>,[<cServer>|<nConId>]) --> nNumber

     Netware: 2.2 and 3.11

 Arguments

     <cForm>  Designates the name of the form for which the number is
     determined.

     <cServer>  Designates the name of the file server for which the
     form.s definitions are used.  Your workstation must be attached to
     <cServer>.

     <nConId>  Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NNETPFNUM() returns the number of <cForm> in the definition file.  A
     return value of -1 indicates an error.

 Description

     NOVELL NET PRINT FORM NUMBER
     Netware allows you to manage printer and form information in a database
     (NET$PRN.DAT).  A name and a unique number are assigned to each form.
     NNETPFNUM() allows you to determine the form number of <cForm>.

 Example

     Determine the number for the form INVOICE:

     ? NNETPFNUM('INVOICE')

See Also: NNETPFORMS()

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