Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot Access the selected table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00666393
Message ID:
00666780
Vues:
21
It sounds like you're closing tables manually, and you're doing it too soon. If you close the controlsource of objects before the objects are destroyed, then you'll get this error. You need to do it from the form's Destroy method instead. I use this code in the Destroy of my form class:
IF This.DataEnvironment.AutoCloseTables = .F.
   CLOSE DATABASES ALL
ENDIF
>Hello all
>
>When i close a form with thisform.release i get a error message cannot access the selected table.
>
>what's the cause for this error
>
>txs
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform