home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DBROW120.ZIP / README.1ST < prev   
Text File  |  1992-06-28  |  3KB  |  75 lines

  1.  
  2. From the desk of Lonnie J. Rolland
  3. on the date 06/28/92
  4.  
  5. Please find contained within the zip file a program called 'dBrow.exe'
  6.  
  7. It is a browse utility for dBase .dbf data files.
  8.  
  9. ***********************************************************************
  10. It is based largely upon one of the sample programs of:
  11.   Bill MacLeod (major domo at)
  12.   Max Software Consultants, Inc
  13.   Baltimore, MD. 21218
  14.   ph. 410/783-2668
  15.  
  16. They make software programmers toolboxes for Turbo Pascal.
  17. I highly recommend getting a copy of their 'skipjack' package.
  18. **********************************************************************
  19.  
  20. This program takes as a command line parameter a DBF data file.
  21. It can optionally take as a second parameter a NDX index file.
  22.  
  23. The program allows you to see the data in spreadsheet (the default)
  24. mode and a single record mode.  You toggle between the two by
  25. pressing the F6 key.
  26.  
  27. The program needs a minimum of 280 k bytes to run.
  28.  
  29. There is a built in help screen.  Press the F1 key once you're running
  30. the program.  The search function (F3 key) is case sensitive.  This
  31. program has no data editing capability to it.  One of the best functions
  32. besides the search function (F3 key), is the filter function (F9).
  33. For the previous version of the program, I had inadvertently disabled
  34. it.  So now it works.  An example of using the filter function follows:
  35. Lets say you got a pc vendors database and its got 4000 records in it.
  36. You've got it sorted ascending alphanumerically.  You only want to look
  37. at the 'M' section for multisoft.  Your first field is called 'com' which
  38. is short to company.  You would hit the F9 key and type "com='M'".
  39. Notice I put tick on each side of the M key on the entry.  Also notice
  40. the expression evaluates to a boolean logical.  What happens (after a
  41. blink later) is a data change where you are now ONLY viewing the companies
  42. whose names begin with an 'M'.   Give it a try.  
  43.  
  44. This program is a data viewer only.  I turned OFF all data editing
  45. capability.  This program has a bigger brother which has data editing
  46. functions built into it also.
  47.  
  48. I am a tech support engineer and sysop at Symbol Technology in Costa
  49. Mesa California.  The BBS phone number is 714/549-6669. It answers at
  50. 1200 baud on up to 14.4 kbaud.
  51.  
  52. This program has no warantee, and stands as it is.  I will assume no
  53. responcibility for any loss of your data from usage of the program.
  54.  
  55. I am asking NO money for the utility.  If you are so inclined, please
  56. give me a call and tell me whats right and/or wrong with the program.
  57. My work phone number is 714/549-6612.
  58.  
  59. This is version 1.10
  60.  
  61. HISTORY:
  62.  
  63. version 1.00 - first release.
  64. version 1.10 - Fixed the (F9) filter function.
  65.              - While in spreadsheet view mode, the TAB key will now keep
  66.                stepping over to the right and scroll the database to the
  67.                right to show ALL the fields.  The SHIFT-TAB will scroll
  68.                you back to the left.  The "Ctrl-Home" and "Ctrl-End"
  69.                will leap you to the first and last fields.
  70. version 1.20 - removed the F5 function, am currently re-thinking this one.
  71.                enlarged the stack & heap for running with an index.
  72.                fixed the lockup that occurred while trying a "SHFT-F6".
  73.  
  74. <relax & enjoy>
  75.