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>nnetpforms()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPFORMS()
 Determines the names of the defined forms
------------------------------------------------------------------------------
 Syntax

     NNETPFORMS([<cServer>,<nConId>]) --> aForms

     Netware: 2.2 and 3.11

 Arguments

     <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

     NNETPFORMS() returns a one-dimensional array that contains the names of
     the defined forms.

 Description

     NOVELL NET PRINT FORMS
     Netware allows you to manage printer and form information in a database
     (NET$PRN.DAT).  NNETPFORMS() allows you to access this database and use
     the information in your application.  The function returns an array that
     contains the names of the defined forms.

 Example

     Determine and define the defined forms:

     aForms = NNETPFORMS()
     FOR i = 1 TO LEN(aForms)
     ? aForms[i]
     NEXT i

See Also: NNETPDEV()

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