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:
00757804
Views:
9
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.
My wife & I used to spend time at Topsail Island which is near to Jacksonville, NC.
Not far away from you I think.
Thanks again.
Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform