home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / pages2.zip / READ.ME < prev   
Text File  |  1986-11-25  |  1KB  |  24 lines

  1. READ.ME file for PAGES
  2.  
  3. 1)  DO DEMO and all will be revealed unto you.
  4.  
  5. 2)  PAGES is heavily dBase III Plus-dependent.  If you don't have Plus,
  6. you'll have to change all iif() calls to if-else-endif.  There may be other
  7. Plus-dependent code.
  8.  
  9. 3)  PAGES.ARC should contain:  DEMO.PRG, PAGES.PRG (psuedo-compiled using
  10. dBase DBC program), PAGES.SRC (source code for PAGES.PRG), PAGES.DAT,
  11. LINE.DBF (use this one even if you have a LINE.DBF:  this one has one field,
  12. 78 characters wide:  rename your old one to something else temporarily), and
  13. two tiny binary files:  CURSON.BIN and CURSOFF.BIN.  These come with dBase
  14. III Plus on the sample/utilities disk and I hope it's okay that I'm
  15. including them here.
  16.  
  17. This was going to be my entry in the Ashton-Tate "Show Us Your Code"
  18. contest, but I guess I missed the boat.
  19.  
  20.      -- Andrew Schulman
  21.         18 November 1986
  22.  
  23. 24 NOVEMBER 1986:  MADE SOME CHANGES.  NO LONGER EMPLOYS RECURSION.  MUCH
  24. SAFER TO SWITCH FILES NOW.  CLEANED UP THE SOURCE CODE A LOT.