Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace record from other dbf
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00994807
Message ID:
00994884
Views:
14
Try this:
****
SELECT 38
ZAP
alias38 = ALIAS()

SELECT 6
alias6 = ALIAS()


******* UPDATE:
SELECT DISTINCT scode, lcode, sec FROM &alias6 GROUP BY scode, lcode, sec INTO CURSOR cTest

SELECT (alias38)
APPEND FROM DBF("cTest")
USE IN SELECT ("cTest")
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform