Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
USED() function returns .F. but table is open?
Message
From
24/12/2003 14:03:57
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00861974
Message ID:
00861976
Views:
19
The most common case that I've seen is when a prior SELECT-SQL on that table (and involving no others) actually "returns" a "filtered result set" (which, of course, is not a 'return' at all).

To me the best way to overcome this is to employ the NOFILTER clause, available since VFP7. Alternately, I suppose that closing the result-set cursor 'name' would accomplish the same thing.

cheers

>This is probably a fairly basic level question, but here goes...
>
>Occasionally I will encounter a situation where the Used() function will return .f. for a table/cursor being in use, but attemting to then use the tested table fails with a "file is in use" error. The problem is intermittent.
>
>What would cause this to occur?
>
>TIA,
>Margaret
Previous
Reply
Map
View

Click here to load this message in the networking platform