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>nnetpsmtof()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETPSMTOF()
 Marks the top of the page on the print server printer
------------------------------------------------------------------------------
 Syntax

     NNETPSMTOF(<cPServer>,<nPrinter>,<cChar>|<nChar>
        [<cServer>|<nConId>) --> lSuccess

     Netware: 2.2 and 3.11

 Arguments

     <cPServer>  Designates the name of the print server that is
     accessed.

     <nPrinter>  Designates the number of the printer on <cPServer>.
     Values between 0 and 15 are possible.

     <cChar>  Designates the character used to mark the top of page.

     <nChar>  Designates the ASCII code of <cChar>.

     <cServer>  Designates the name of the file server used to access
     <cPServer>.  The print server checks login information on <cServer>.
     Therefore, the access rights can depend on the specified file server.
     Your workstation must be attached to <cServer>.

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

 Returns

     NNETPSMTOF() returns .T. if the function has been executed successfully.

 Description

     NOVELL NET PRINT SERVER MARK TOP OF FORM
     NNETPSMTOF() allows you to mark the top of the page if no job is
     currently being processed by <nPrinter>.  The character to mark the top
     of the page can be passed as a character string (<cChar>) or a character
     code (<nChar>). On the print server, one line that contains the passed
     character is printed.  NNETPSMTOF() requires operator rights on
     <cPServer>.

 Example

     Mark the top of page on printer 0 of PSERVER with one line containing
     "=" characters:

     NNETPSMTOF('PSERVER',0,"=")

See Also: NNETPSFF()

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