-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center.
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center.
- HP Community
- Desktops
- Business PCs, Workstations and Point of Sale Systems
- There are enough of them to fiddle with each clock.
Create an account on the HP Community to personalize your profile and ask a question
05-30-2018 04:36 PM
I have not updated FoxPro for a long time. Now I realized my mistake. Recently, the program has long been loaded, save even small files. I'm sick of it and I still decided on a full update to get rid of these problems. But then there were accompanying problems. Now some important dbf files are lost. How can I open them the fastest way?
Solved! Go to Solution.
Accepted Solutions
05-31-2018 10:57 AM
It is not necessary to rebuild a corrupt database. All corrupt databases can fix dbf in less than one minute.
The solution is :
1. Open database to main screen
2. Copy the database but only one record(just pick a not recent record number at random; include "all", I usually name this database (month Day)
3. Open original database to mainscreen and append the .dbf.
You're done.
Occassionally you may have to update indexes. Very rarely are any lost and when it happens those few records are clearly garbled.
I've been doing this for three years with no problems.
If you have fields that increment you'll have to adjust that for your last valid value.
05-30-2018 04:55 PM
Microsoft Visual FoxPro is a discontinued product. While still a sophisticated and stable development tool, FoxPro is unfortunately not a tool that Microsoft will continue to develop. ...
That also means that VFP 9.0 will be the last version of Microsoft's premiere database development tool
05-31-2018 10:57 AM
It is not necessary to rebuild a corrupt database. All corrupt databases can fix dbf in less than one minute.
The solution is :
1. Open database to main screen
2. Copy the database but only one record(just pick a not recent record number at random; include "all", I usually name this database (month Day)
3. Open original database to mainscreen and append the .dbf.
You're done.
Occassionally you may have to update indexes. Very rarely are any lost and when it happens those few records are clearly garbled.
I've been doing this for three years with no problems.
If you have fields that increment you'll have to adjust that for your last valid value.