Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wondering about Error 1967
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Wondering about Error 1967
Divers
Thread ID:
00820407
Message ID:
00820407
Vues:
88
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform