Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo file missing/invalid
Message
From
03/03/1999 11:52:03
 
 
To
02/03/1999 15:28:33
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00193314
Message ID:
00193645
Views:
17
Hi John.

>This error comes up occasionally in an application which I have written. It happens when reindexing the file.

This generally happens when a workstation crashes or is rebooted without properly exiting FoxPro. The problem is almost always very simple: the blocksize byte in the FPT header gets set to 0, which is an invalid value. The fix is also simple: open the FPT with FOPEN, FSEEK to the blocksize byte, and replace it with the correct value (usually 64).

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform