home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / DATABASE / DBV102.ZIP / DBV.DOC next >
Text File  |  1992-01-01  |  3KB  |  105 lines

  1. DBV-DBF View, Version 1.02                              01-Jan-92
  2.  
  3.  
  4. Simple viewer for taking quick looks inside dBASE-compatible .DBF files in
  5. record & browse modes.  Does single-field, scan-across searches.  File
  6. header info, including field definitions, can be displayed either in
  7. interpreted (human-readable) format, or as hex bytes.  New:  Fixes bug when
  8. scrolling a line at a time in browse mode.
  9.  
  10. Contents:
  11. =========
  12. Purpose
  13. Display
  14. Syntax
  15. Switches
  16. Commands
  17.  
  18. Purpose:
  19. ========
  20. For taking quick looks into .DBF files without having to load a full-
  21. featured database program.
  22.  
  23. DBV is a free program.
  24.  
  25. Display:
  26. ========
  27. The program attempts to sense the type of display used and adjust color
  28. appropriately.  However, if the user has a color graphics card, but no
  29. color monitor, the display may be improved by using the DOS command "MODE
  30. BW80".  Conversely, if you do have a color monitor, but the program
  31. displays in "black and white", try using "MODE CO80".
  32.  
  33. Alternatively, two switches are available from the command line to force
  34. black-and-white and color modes.  See "Switches" below.
  35.  
  36. EGA/43- and VGA/50-line modes are supported.  At program startup, an
  37. attempt is made to detect the actual number of lines on the screen, up to a
  38. maximum of 50, and to adjust the display accordingly.
  39.  
  40. Syntax:
  41. =======
  42.      Usage:  DBV [switches] [d:][path]filename[.ext] [switches]
  43.  
  44. If no extension is specified, ".DBF" is assumed.
  45.  
  46. Switches:
  47. =========
  48.      -b:  force Black-and-white mode.  Provided as an alternative to using
  49.           DOS's "MODE BW80" command.
  50.  
  51.      -c:  force Color mode.  Provided as an alternatative to using DOS's
  52.           "MODE CO80" command.
  53.           
  54.      -w:  start program in Wide (browse) mode.
  55.  
  56. Either '/' or '-' may be used to specify switches.
  57.  
  58. Entering an invalid switch causes the program to display a brief help
  59. screen then exit.
  60.  
  61. Examples:
  62.  
  63.      DBV /h
  64.      DBV -?
  65.  
  66. Commands:
  67. =========
  68. <F1>, or the letter 'I', will display overall information on the .DBF file.
  69.  
  70. <F2>, or the letter 'F', will display general information on each field.
  71.  
  72. After invoking either of the above two options, pressing <F3> will open a
  73. window showing how the related data is represented on disk as hex bytes.
  74.  
  75. <F4> will toggle between Browse and Record modes.
  76.  
  77. <F5>, or the letter 'G', opens up an input window into which you can type
  78. the (sequential) number of the record you wish to jump to.
  79.  
  80. <F7>, or the letter 'S', will allow a forward search for the input string.
  81. This search is of the "scan-across" variety, i.e. the search will include
  82. embedded strings.
  83.  
  84. <F10>, <Esc>, or the letter 'Q', will quit the program.
  85.  
  86. The <PgUp>, <PgDn>, <Home>, <End> and arrow-keys, possibly used in
  87. conjunction with the <Ctrl> key, will hopefully have the intuitive effects.
  88.  
  89. When in Browse mode, either <Tab> or <Right-Arrow> will move right one
  90. field at a time.  <Shift-Tab> and <Left-Arrow> will have the opposite
  91. effect.  The <Ctrl> key, used in combination with the left- and right-
  92. arrow keys will page left and right, respectively.
  93.  
  94. The letters 'P' (previous) and 'N' (next) are synonyms for the <PgUp> and
  95. <PgDn> keys, respectively.
  96.  
  97. --
  98.  
  99.                 Raymond T. Kaya
  100.                 P. O. Box 1436
  101.                 Honolulu, HI  96806
  102.  
  103.                 CompuServe:  71230,2500
  104.                 GEnie     :  R.KAYA1
  105.