Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo file is missing or invalid, during copying
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01388460
Message ID:
01388650
Views:
56
No, Reprocess works for VFP locking only. If a .DBF is locked by some outside process, you'll get 'Access denied' or 'File in use' error immidiately on USE. My guess is that in your case .FPT is much bigger than .DBF so you most likely get errror on .FPT than .DBF.

>USE reacts well during copying of myTable.DBF, because it discovers that some other process is currently locking myTable.DBF. SET REPROCESS defines the behavior in that case. But when USE finds out that myTable.DBF is not locked, it will open it, only to find out a tiny bit later that myTable.FPT (or CDX too?) is locked. And then, instead of doing what it would have done if myTable.DBF was locked, it will generate the error 'Memo file is missing or invalid'.
>
>What's your insight?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform