Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan, store, replace
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Scan, store, replace
Divers
Thread ID:
01141620
Message ID:
01141620
Vues:
56
I am using scan to find records in table1 and replace then in table2
Do I really have store to variables as i am doing below or is there other way ?

*****************
select table1
scan for paid = .t.
store table1.cod to cod1
store table1.client to cl1
select table2
replace table2.code with cod1
replace table2.name with cl1

endscan
************

Table2 fields names are different from table1
Thanks

Moises
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform