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:
Miscellaneous
Thread ID:
00167429
Message ID:
00167434
Views:
23
If you change the line inside of your IF...ENDIF to "USE skaset!keys IN 0 AGAIN", it should work.

Randy

>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform