Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying a general field
Message
De
03/09/2004 10:39:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00938969
Message ID:
00939124
Vues:
19

var1 = table1.gen_field
sele table2
table2.gen_field2 = var1


you cannot put a general into a Variable.

use:
REPLACE IN table2 gen_field2 WITH table1.gen_field
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform