The program for view/edit of data's in dbf-files VFP

Supports work with dbf-files of all versions FoxPro
Will work, if Runtime version Visual FoxPro 6.0 is installed at you, as is written on VFP 6.0: -)

In addition in subdirectory ExampData is example of the "correct" FoxPro 2.6a for DOS dbf-file. The "correct" it lays in the sense that in a header of the file the code page 866-Russian DOS is registered correctly: -)

... And infortunately, it will not be correct to view datas from files, in which code page or it is not correct, or the  is not indicated at all, in which the datas are noted: - (

Has a place one annoying restriction, which needs to be bypassed:
Does not allow multiply to open the same table: - ( 
As it to make, certainly is obvious, but is sick it is necessary to write of a silly code, and laziness much: -)

To make the English variant it is necessary:
1) In subdirectory MENU to replace files: browsedbf.mnx and browsedbf.mnt by files browsedbf_e.mnx and browsedbf_e.mnt
2) Of subdirectory INCLUDE in the browsedbf.h file to be convinced that the second line is #DEFINE INRUSSIAM 			 .F. 
3) By  SET DEFAULT TO the catalogue of the project and recompil project by including  mode Recompil All Files 

Michael Drozdov Mailto:Drozdov@ics.perm.su