Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00660634
Message ID:
00660781
Vues:
12
Shuli,

In my experience, this error means that you are are trying to access a table that is not open. Somewhere you have closed the table that you are trying to SELECT. You might have a USE command following a SELECT myTable that is closing your table. Or you might have a USE IN myTable command that is closing your table.

You could put in front of the command where the error is happening a set of commands such as -
IF !USED('myTable')
USE myTable
ENDIF

That would prevent the error from happening, but it is better to find where the table is being closed so that it can be SELECTed without error.

Good luck with it.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform