home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / DBT.ZIP / DBTEST.ARC / READ.ME < prev   
Encoding:
Text File  |  1987-12-31  |  1.9 KB  |  49 lines

  1. This should be where you would get all the 'down and dirty info' about how
  2. evrything runs, and I'll try not to disappoint. DBMENU was written to be
  3. _VERY_ simple to run. It does have a few quirks and here they are
  4.  
  5. * It depends on other units
  6.      *Mulkey (a rewrite is included)
  7.      *GetFld (a rewrite is included *SUPPORT FOR THIS IS NOT PROVIDED*)
  8.              it was the best choice I have yet found for field input
  9.      *TPRO - ask Kim or Brian for details. It is a superb package
  10.      *TACCESS - otherwise known as DATABASE TOOLBOX
  11. * The date fields are written as YYYY/MM/DD for easier sorting
  12. * It is written for 'flat files' meaning no releation between databases. There
  13.   are provisions to get a record and then relate to other records.
  14.  
  15. I am open to all suggestions for rewrites, as I consider this to be version
  16. 0.9 and not a full blown package. Please take it and experiment! I have
  17. included a _very_ simple example, but no other docs [I consider it _THAT_
  18. easy].
  19.  
  20. For menu handling, please refer to the TPRO manual. For those of you who
  21. haven't yet purchased TPRO, just use cursor keys and then enter.
  22.  
  23. Tips on field input:
  24.   The delete, backspace and enter keys will work as expected
  25.   The field will use the previous data
  26.   Control-enter will take you past a required field [non-blank or valid_date_field]
  27.   Escape will take you to the end of a record
  28.  
  29. For the legal issues: NO LIABILITY OF ANY TYPE IS ASSUMED PERIOD.
  30.                       THIS IS NOT FREEWARE. If you use the package
  31.                       I at least expect to get some message on the forum.
  32.                       Donations of money or time are also welcomed.
  33.  
  34. For Inspiration and service
  35.     Scott B.
  36.     Neil R.
  37.     Brian F.
  38.     Kim K.
  39.     Larry K. {and family}
  40.     Joe S.
  41.     Edwin F.
  42.     Gary W.
  43.     David I.
  44.     Duke K.
  45.     Richard G.
  46.     and others
  47.  
  48. James C Walker <Cap'n> 72255,1616
  49.