[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_SDEFLPT()
 Sets Default Local Printer
------------------------------------------------------------------------------
 Syntax
 
      nResult := fn_sDefLpt()
 
 Arguments

     None.

 Returns

           <nResult> is the completion code for the call.

           Completion Codes:

                        00 - Success

 Description

  This function sets the number of the default local LPT.

 Examples

  function main()

     local   nResult:=0
     nResult := fn_sDefLpt(1)
  return NIL


 Source: N:\SRC\PRINT\DEFLPT.PRG

 Author: Christopher Shortt

See Also: fn_gDefLPT()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson