Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy the contents of 1 field to another field using 2 ta
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00877557
Message ID:
00877575
Vues:
14
This message has been marked as the solution to the initial question of the thread.
Neil, try this & see if You have some troubles
SET DEFAULT TO 'C:\Pathproblem'
IF .NOT. USED("Paths")
   USE Paths IN 0
ENDIF

IF .NOT. USED("ModaCad")
   USE ModaCad IN 0
ENDIF
SELECT ModaCad
SET ORDER TO ModaCadOrderByMainKey

SELECT Paths
GO TOP
SCAN
   SELECT ModaCad
   SEEK Paths.MainKey
   IF FOUND()
     REPLACE Paths with Paths.Path
   ENDIF
   SELECT Paths
ENDSCAN
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform