DBFView Changelog

What's new in DBFView 4.1.5

Nov 25, 2010
  • New:
  • Full compatibility with Windows7.
  • DBFView lets you filter dbf files according to specific criteria. Any data not matching the specified criteria is hidden from view. Filtered data, however, can be easily viewed again by removing the filter. Filtering is especially useful in large tables when you need to work only with records meeting your precise criteria.
  • Some minor fixes.

New in DBFView 4.0 (Jul 13, 2009)

  • The filter string did not appear on some machines.
  • Other minor fixes.

New in DBFView 3.9 (May 15, 2009)

  • DBFView lets you filter dbf files according to specific criteria. Any data not matching the specified criteria is hidden from view. Filtered data, however, can be easily viewed again by removing the filter. Filtering is especially useful in large tables when you need to work only with records meeting your precise criteria.

New in DBFView 3.7 (Nov 17, 2008)

  • Import memo fields from XLS, XLSX and CSV files into the existing .dbf file.
  • Export DBF files with memo or binary data fields stored in DBT or FPT files to XLS, XLSX and CSV format.

New in DBFView 3.5 (Sep 25, 2008)

  • Import large csv files
  • Date conversion with import from csv

New in DBFView 3.3 (Aug 21, 2008)

  • Fixed: Import from Excel for columns with names more than 8 symbols
  • Fixed: Problem with re-openning bases with memo fields

New in DBFView 3.3 (Jul 29, 2008)

  • The issue appearing while exporting large files in Excel 2007 is fixed! If your file has more than 65.536 lines it will be split to several sheets (65.536 lines on each sheet).
  • Command line support!
  • Manual of command prompt mode
  • File options:
  • [-Iinputfile] input file name, example -Isample.dbf.
  • [-Oinputfile] output file name, example -Osample.xls.
  • Convert options:
  • [-DBFtoXLS] converts dBase file to Excel file.
  • [-XLStoDBF] converts Excel file to dBase file.
  • [-XLStoDBF] converts DBase file to CSV file.
  • Other options:
  • [-DELIMITER=,] or [-DELIMITER=;] a delimiter for CSV file.
  • [-HEADERS=0] does not include headers.
  • [-PROGRES=1] shows progres bar.
  • Example: DBFView.exe -Isample.dbf -Osample.xls -DBFtoXLS -PROGRES=1
  • To open file in GUI mode use: DBFView.exe filename.dbf
  • Files of all sizes are being sorted now!

New in DBFView 3.2 (Jul 18, 2008)

  • Import/export support for Excel 2007!
  • Import XLSX files to DBF
  • Convert DBF to Excel 2007
  • Other fixes.

New in DBFView 3.01 (Feb 22, 2007)

  • Export to .csv and .xls file
  • Import from .csv and .xls file
  • Minor fixes