Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wondering about Error 1967
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00820407
Message ID:
00821121
Views:
18
>>Basically it is saying that it is trying to close tables that are already closed.
>>
>>Now I understand this is bad programming, but why is it an error ?
>>Why can't vfp just ignore this condition ? (maybe it is trying to teach us programming!).
>
>I always use the following syntax to close a table:
>
>use in iif(used("myAlisa"),"myAlias",0)
>
You can use this, it's shorter:
USE IN SELECT("myAlias")
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform