home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / save01.zip / SAVER01.DOC < prev   
Text File  |  1986-08-19  |  3KB  |  56 lines

  1. ;   This is the header for the assembler file to:
  2. ;   Saver01 -- *experimental* saverest with 4 screens -- adapted
  3. ;                   from SAVEREST by H.M. Van Tassell
  4.  
  5. ;    To generate .BIN file for for dBaseIII LOAD/CALL
  6. ;       1. MASM saveres4;
  7. ;       2. LINK saveres4;
  8. ;       3. EXE2BIN saveres4
  9. ;    Use the file saveres4.BIN with your dBaseIII+ program
  10. ;       Syntax:
  11. ;               LOAD SAVER01
  12. ;               CALL SAVER01 WITH "Sx" or "Rx"  where "x" is between
  13. ;               0 and 3 ONLY!! (other values will do nothing).
  14. ;               Added 8/11/86 -- ability to save/restore to/from files
  15. ;               Syntax:
  16. ;                   *MUST* be called with a memvar argument!
  17. ;                   *evidently, dBASE does not treat literal strings quite
  18. ;                   *the way it treats memvars when passing (or anytime I guess)
  19. ;                       CALL saver01 with memvar
  20. ;            *--if memvar="Wxpathname" will save area x to file "pathname"
  21. ;            *--if memvar="Lxpathname" will restore area x from file "pathname"
  22. ;
  23. ;    What's next?
  24. ;     1) "popups"--that is, partial screens
  25. ;     2) compatibility with files produced by UI and SAYWHAT?!
  26. ;    (What this means, boys and girls, is do not expect upward compatibility
  27. ;    and hardcode in anything--the params will most likely change quite a bit.)
  28. ;
  29. ;
  30. ;  ***********************************************************************
  31. ;                ********* short advertisement ************
  32. ;
  33. ;      If you wish to support the development of this and other ASM routines,
  34. ;      here's the scoop:
  35. ;
  36. ;      I have released a number of programs into the public domain with no
  37. ;      request for compensation.  However, the subsequent releases of this
  38. ;      routine and other stuff I am preparing will be an experiment with 
  39. ;      "shareware" until I see if I am getting any response.  If you wish to
  40. ;      be included in the mailing list for the eventual release of an advanced
  41. ;      dBASE text and sample programs, as well as updates for the ASM routines
  42. ;      I have been writing, drop me a donation which will hopefully cover at 
  43. ;      least the cost of mailing you a disk.  At present any extra funds will
  44. ;      finance the creation of a BBS and more time for development.  BTW, since
  45. ;      I haven't finished this thing yet and it's really sloppy, I do *not*
  46. ;      include the source code, but will include any parts of it which are not
  47. ;      proprietary to The Research Group or Wallsoft Systems in the future.  RF
  48. ;
  49. ;    R. Russell Freeland
  50. ;    1780 SW 43 Ave.
  51. ;    Ft. Lauderdale, FL 33317
  52. ;    Synergy Corp.
  53. ;    (voice) 305/792-1866
  54. ;    CIS:76146,371
  55. ;    The Source:NAN110
  56.