Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy the contents of 1 field to another field using 2 ta
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00877557
Message ID:
00877575
Views:
15
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform