Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table is not an object...
Message
 
 
À
29/11/1999 14:18:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00296504
Message ID:
00296543
Vues:
28
>Have a database container with a dozen or so tables in it. When creating a form, with the data environment showing, if I drag a field from a particular table, it gives me the error, "TableName is not an object" if I choose 'Ignore', it allows me to put the field object on the form and appears to work fine when I run the form, but what is that error mean?

The next time this happens, go to the command window and type:

? aerror(laError) && should see a return value greater than 0
disp memo like laErr*

Then please provide the error number and other info that function returns. You may have a problem with the DBC and the table. You mith try:

close all
open database mydbc exclusive
validate database recover
use my_problem_table exclusive
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform