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>nnetpflen()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPFLEN()
 Determines the page length of a form definition
------------------------------------------------------------------------------
 Syntax

     NNETPFLEN(<cForm>,[<cServer>|<nConId>]) --> nLength

     Netware: 2.2 and 3.11

 Arguments

     <cForm>  Designates the name of the form for which the page length
     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

     NNETPFLEN() returns the number of lines per page for <cForm>.  If an
     error occurs (for example, if <cForm> is not found), the function
     returns -1.

 Description

     NOVELL NET PRINT FORM LENGTH
     Netware allows you to manage printer and form information in a database
     (NET$PRN.DAT).  The CA-Clipper Tools functions allow you to access this
     database and use the information in your application.  With NNETPFLEN(),
     you can determine the number of lines per page for <cForm>.  The number
     of lines has an informative character only and is not evaluated by
     Netware.

 Example

     Query the page length for the form INVOICE:

     ? NNETPFLEN('INVOICE')

See Also: NNETPFWDTH()

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