home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / db3wind.zip / SAVEREST.DOC < prev    next >
Text File  |  1986-06-17  |  1KB  |  29 lines

  1.  
  2.          A non-Copy Righted Public Domain donation.
  3.          by: H.M. Van Tassell   06/18/86
  4.  
  5.  
  6. This is a utility program to be used with dBASEIII version 1.2 and
  7. later versions such as dBASEIII Plus. It will save and restore the
  8. video screen.  You may find this useful for simple windowing in a
  9. dBASEIII program.  It is functionally equivalent to the Clipper
  10. commands SAVE SCREEN and RESTORE SCREEN.
  11.  
  12. The assembly language source code is provided, so you may easily
  13. extend the program to allow saving and restoring multiple screens.
  14.  
  15. The SAVEREST.PRG is a dBASEIII Plus program to demo how to use the the
  16. utility.
  17.  
  18. This program should work with dBASEIII version 1.2 and later
  19. versions such as dBASEIII Plus version 1.0 It has been tested to
  20. work with both the IBM mono card and the IBM color card.
  21.  
  22. It does write directly to the screen memory when it restores the
  23. screen. If using an IBM color card, there will be a bust of snow
  24. on the screen when the video memory is accessed.
  25.  
  26.  
  27.  
  28.  
  29.