Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wondering about Error 1967
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Wondering about Error 1967
Miscellaneous
Thread ID:
00820407
Message ID:
00820407
Views:
87
Error 1967 is (according to vfp8 help):

-----------------------------------------------------------------------
Data environment is already unloaded (Error 1967)
The form is attempting to close tables as it shuts down.
AutoCloseTables is set to true (.T.).
Don't programmatically close the data environment tables.
The CloseTables method is being called before the form is closed.
Set AutoCloseTables to false (.F.).
------------------------------------------------------------------------

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!).
Cyrus Nima
-------------------
cyrusnima@gmail.com
Next
Reply
Map
View

Click here to load this message in the networking platform