Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo file missing/invalid
Message
 
To
03/03/1999 11:52:03
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00193314
Message ID:
00195773
Views:
17
Try using the PACK command on the data file, if it is getting
corrupted from crashes, it would cause that error.

hth Becky

>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
Reply
Map
View

Click here to load this message in the networking platform