Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File in Use Error #3
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00757601
Message ID:
00757816
Views:
12
>Hi Tracy
>You're on the right track. Found (with Jim Nelsons help) another place where am opening that table. Closed it and the bug disppeared.
>the following code doesn't work:
> IF USED("identity")
> USE IN identity && closes the Table (Ho Ho)
> ENDIF
>
>And this code is lying also: (It's supposed to show all open tables)
>lnCnt=AUSED(aAliases)
>FOR i = 1 TO lnCnt
> WAIT WINDOW "["+STR(aAliases[i,2])+"] ["+aAliases[i,1]+"]"
>ENDFOR
>
>It smells like a "Work Area" problem. I thought we were done with that sort of thing when we left FP 2.X. <g>
>Thanks so much for your help.

Sounds more like a datasession problem. You might have had the table open in another datasession?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform