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

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

     Netware: 2.2 and 3.11

 Arguments

     <cForm>  Designates the name of the form for which the form width
     (characters per line) is determined.

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

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

 Returns

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

 Description

     NOVELL NET PRINT FORM WIDTH
     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
     NNETPFWDTH(), you can determine the number of characters per line for
     <cForm>.  The number of lines has an informative character only and is
     not evaluated by Netware.

 Example

     Query the number of characters for the form INVOICE:

     ? NNETPFWDTH('INVOICE')

See Also: NNETPFLEN()

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