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

  1.  
  2.                 SAVEIT dBASE III(1) Screen Save 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 save the Rainbow video screen to a specified
  11. disk file.  If the file cannot be created an error message will appear on the
  12. screen and the routine will exit normally.  Nothing will be written to the
  13. screen unless the above error occurs. This routine is intended ONLY for 
  14. the following system configuration:  RAINBOW 100A/B, dBASE III V1.1 on
  15. MS-DOS(3) V2.11 or later.
  16.  
  17. To enable use of SAVEIT issue the following dBASE III command:
  18. .LOAD SAVEIT
  19.  
  20. The call is structured as follows:
  21.  
  22. CALL SAVEIT WITH 'filename'
  23.      ^            ^
  24.      |- Function  |- Standard valid MS-DOS filespec
  25.         name       
  26.  
  27. The screen that is saved with this routine is in the format of the screen
  28. image file saved by the program DO-IT and SWITCH-IT/DESK(2).  The file created
  29. CANNOT be typed to the screen with the MS-DOS screen TYPE command.
  30.  
  31. See the PAINTIT and PRINTIT routines also available from this author.
  32.  
  33. This routine may work on dBASE III V1.0, but specific loading and calling
  34. syntax is different and as I understand V1.0 only one routine can be loaded
  35. at any one time.
  36.  
  37. (1) dBASE III is a trademark of Ashton-Tate
  38. (2) SWITCH-IT/DESK is a trademark of VuSoft
  39. (3) MS is a trademark of MicroSoft
  40.