home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / papers / read.me < prev   
Encoding:
Text File  |  1992-03-01  |  1.3 KB  |  42 lines

  1. PAPERS.BAS is a pretty simply program which stores data about contracts for 
  2. newspaper and pamphlet distribution.  It's in the public domain, but if 
  3. anyone finds it useful, I'd hardly turn down a small 'donation' (so's I can 
  4. afford to buy the QuickBASIC compiler instead of distributing QBASIC 
  5. sources...)
  6.  
  7. It could be useful to two types of person:
  8.  
  9.         * Someone who does letterbox drops
  10.         
  11.         * Someone who wants to have a geek at QBASIC sources
  12.           to get some ideas...
  13.           
  14. Probably the most interesting bit for the second mob is the date-entry 
  15. stuff...   It's in sub GetContract as well as in the main module.
  16.  
  17. The code is sort-of documented.  It's not perfecto documentation, but it 
  18. serves it's purpose.
  19.  
  20. The file DEMO.DAT contains demo data.
  21.  
  22. I might look at doing another version if this one gets on my nerves too 
  23. much...  Or if someone needs some changes!  Possible new bits include mouse 
  24. support and PDMs (or Pull Down Menus for the troglodites  :-)
  25.  
  26. Contacting the author:
  27. ---------------------
  28.  
  29. E-mail:         mjmcleod@maria.wustl.edu
  30.                 c9106225@wombat.newcastle.edu.au
  31.                 
  32. Snail:          16 Prudence Cl
  33.                 WHITEBRIDGE NSW 2290
  34.                 AUSTRALIA
  35.                 
  36. Phone:          +61 49 422873
  37.  
  38.  
  39. Sayonara!
  40.  
  41.  
  42. Matt McLeod