[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GSPCAPF()
 Get Specified Capture Flags
------------------------------------------------------------------------------
 Syntax
 
      fn_gSPCapF(<nDevice>) -> <aCapFlags>
 
 Arguments

     <nDevice> LPT device, 1 - LPT1, 2 - LPT2, 3 - LPT3

 Returns

          <aCapFlags> is an array filled with the printer job flags for the
     specified LPT. The Array is defined in netto.ch

 Description

  This function returns an array of capture flags for the specified
  LPT device.  The array is described in fn_gDefCpF in more detail
  and defined in netto.ch.


 Examples

  #include "netto.ch"
  FUNCTION Main()
  LOCAL aCapflags
     aCapflags := fn_sLPTCap(1)        // get current flags for lpt1
     aCapflags[CF_NUMBERCOPIES] := 5   // change copies entry
     fn_sSPCapF(aCapflags,1)           // set the flags
  RETURN (NIL)


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

 Author: Kevin Maher/Steve Tyrakowski

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