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

     NNETPMODFU(<cDevice>,<cModus>,[<cServer>,<nConId>])
        --> aFuncs

     Netware: 2.2 and 3.11

 Arguments

     <cDevice>  Designates the name of the device that is processed.

     <cMode>  Designates the name of a mode established for <cDevice>.

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

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

 Returns

     NNETPMODFU() returns a one-dimensional array that contains the names of
     the functions for  <cMode> of <cDevice>.

 Description

     NOVELL NET PRINT MODE FUNCTIONS
     Netware allows you to manage printer and form information in a database
     (NET$PRN.DAT).  For each device you can define modes that contain a
     number of functions for <cDevice>.  NNETPMODFU() returns a list of the
     functions for <cMode> .

 Example

     Determine and display the functions of the plain mode for device HPLJ:

     aFuncs = NNETPMODFU('HPLJ', 'PLAIN')
     FOR i = 1 TO LEN(aFuncs)
     ? aFuncs[i]
     NEXT[i]

See Also: NNETPMODES()

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