Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table is not an object...
Message
De
01/12/1999 09:48:09
 
 
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:
00297284
Vues:
25
Thanks Mark.

>>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
"Live Well, Laugh Often, Love Much..."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform