Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Handling Tables
Message
 
 
À
23/01/2004 11:11:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00868831
Message ID:
00869902
Vues:
14
>>* Direct conversation to Name expresion wouldn't work
>>m.var1 = mytable.(FieldName)
>>* But this will
>>m.var1 = ("mytable." + m.FieldName)
>
>Sergey, this gives you only the table and fieldname, not the *contents* of the field. I don't think that's what you're looking for there, is it?

Fred,

You're correct. It should be
m.var1 = mytable.&FieldName
* Direct conversation to Name expresion wouldn't work 
m.var1 = mytable.(FieldName)
* But this will
m.var1 = EVAL("mytable." + m.FieldName)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform