home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / dbtools.zip / CPRINTIT.DOC < prev    next >
Text File  |  1986-09-24  |  2KB  |  48 lines

  1.  
  2.                 PRINTIT dBASE III(1) Print Screen Call Routine
  3.            ⌐ 1986, Kenneth E. Wilson, Digital Equipment Corporation
  4.  
  5. This program is provided to the DECdomain with the condition that it
  6. not be sold or included in any application which is sold.  This program
  7. is not warranted or guarranteed nor is it supported by its author.  Any
  8. problems found in this application should be logged in the dBASE notesfile.
  9.                     
  10. This routine when loaded will dump a Rainbow video screen to an attached
  11. priniter.  The print must support the same escape sequences as the LA50 for
  12. pitch, width and attribute settings.  This routine is intended ONLY for 
  13. the following system configuration:  RAINBOW 100A/B, dBASE III V1.1 on
  14. MS-DOS(3) V2.11 or later.
  15.  
  16. To enable use of PRINTIT issue the following dBASE III command:
  17. .LOAD PRINTIT
  18.  
  19. The call is structured as follows:
  20.  
  21. CALL PRINTIT WITH '8P'
  22.      ^             ^^
  23.      |- Function   ||- P here for proportional vertical spacing to screen
  24.         name       |   only needed when the screen has line drawings
  25.                    |   (switches the printer to 8 lines per inch) otherwise
  26.                    |   just leave blank.
  27.                    |
  28.                    |- 8 here for an 8 inch carriage, otherwise leave blank.
  29.                       (if the screen is in 132 column mode and the printer
  30.                       has an 8 inch carriage, then the print width is set to
  31.                       16.5 characters per inch.
  32.  
  33. Note all changes to the printer settings made by the program are changed to
  34. the DEFAULT settings upon exiting.  This includes:
  35.  
  36.                      6 lines per inch
  37.                      10 characters per inch
  38.                      normal character attributes
  39.  
  40. See the PAINTIT and SAVEIT routines also available from this author.
  41.  
  42. This routine may work on dBASE III V1.0, but specific loading and calling
  43. syntax is different and as I understand V1.0 only one routine can be loaded
  44. at any one time.
  45.  
  46. (1) dBASE III is a trademark of Ashton-Tate
  47. (3) MS is a trademark of MicroSoft
  48.