Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
AFIELDS--Why Long Table Name Returned?
Message
 
 
À
19/12/2007 19:01:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01276723
Message ID:
01276733
Vues:
23
This message has been marked as the solution to the initial question of the thread.
>AFIELDS() returns the long table name in position 12--but why?? The table name is an attribute of the table, not the column so I don't understand why the table name is returned at all. Thanks for any help in understanding this...

It's the name of the table in DBC which could be different from the physical table name. You would need this name to get the rest of fields attributes from DBC.
SELECT mytable
= AFIELDS(laList)
? DBGETPROP(laList[1,12] + "." + laList[1,1],"FIELD","Caption")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform