home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DBASE / DBV110.ZIP / DBV.DOC next >
Text File  |  1992-02-19  |  4KB  |  117 lines

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