Contains only source code.
This program enables to view, print and edit *.dbf files, shows their structure
a enables to create new DBF file. It uses Xbase project from Gary A. Kunkel
and CRowView class from Microsoft. Source code uses doc/view architecture of
MFC. After opening a .DBF file you see all rows. On left mouse button, ENTER
key or menu item you can edit a row. F2 saves changes. VK_INSERT, VK_DELETE
work appropriate. Could be used ...