Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy the contents of 1 field to another field using 2 tables
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Copy the contents of 1 field to another field using 2 tables
Divers
Thread ID:
00877557
Message ID:
00877557
Vues:
46
I am trying to replace a field named modacad.path in a table called modacad with a field named paths.path in a table called paths where the mainkey (field) is the same in both tables. Here is my syntax:
SET DEFAULT TO 'C:\Pathproblem'
select paths
go top
scan
  if seek(mainkey,'modacad')
     replace modacad.paths with paths.path
  endif
endscan
I cannot get this to work. Can anybody help me please?

MAny Thanks
Neil Lewis
IT R&D Manager
Velmore Ltd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform