Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File is in use
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
File is in use
Miscellaneous
Thread ID:
00167429
Message ID:
00167429
Views:
66
I have a table of valid keyvalues called "keys" in my database "skaset". When adding records, I open the keys table with this:
IF !USED("keys")
    USE skaset!keys IN 0
ENDIF
but if it has already used and later is closed, it sometimes (with a certain table) gives me "Error 3 - file is in use". How can I be getting that error? The debugger says that USED("keys") = .F. when I get the error. Is there a problem with opening, closing, and opening a table again?
Next
Reply
Map
View

Click here to load this message in the networking platform