home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / chkprn2.zip / READ.ME < prev    next >
Text File  |  1992-01-31  |  945b  |  19 lines

  1. ChkPrn_ 1.0 - Copyright 1992, BoxSoft Development Corp and Mike Hanson
  2. ----------------------------------------------------------------------
  3.  
  4. ChkPrn_ is a small LEM function that returns 1 or 0, depending on whether the
  5. printer is ready or not ready, respectively.  You pass it one parameter for
  6. the printer port number (LPT1=1, LPT2=2, LPT3=3, etc.)
  7.  
  8. There is a sample CHKPRN_.CPY and EXTRAMAP.CPY included which demonstrates
  9. how to add the LEM to your application.  This will enable reports that
  10. use the GetDevice_=True to automatically check for the Printer.  If you are
  11. not using this command in the Setup procedure of your report, you will have
  12. to place the command INCLUDE('CHKPRN_.CPY') in your setup procedure instead.
  13. Starting in 3.5M, you will also be able to do this by specifying:
  14. Dest_=eToPrinter.
  15.  
  16. Also, there are replacement VIEW_.CLA, GDEVICE_.CLA and SETDEST_.CLA files.
  17. Place these in your SUPER directory.
  18.  
  19.