Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying Data From Fields
Message
From
16/06/1998 00:06:37
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00108494
Message ID:
00108502
Views:
35
>>>I'm trying to copy data(updated) from one table to another. Both have >>identical structures. I have been trying "copy/replace to array", and >>"replace/with" commands to no avail. I keep getting error messages usually >>that the alias cannot be found. Please help!
>
>
>I am not sure what you are doing but you may want to try these ideas:
>select file 1
>goto top
>scan
> scatter memvar memo && use memo if you have memo fields
> select file 2
> gather memvar memo
> select file1
>endscan
>
>Check out the help on scatter and gather
>
>Another way is as follows:
>
>select file1
>append from file2
>
>Costas

Actually the fields happen to be all logical fields. I don't want to append I want to replace.
Previous
Reply
Map
View

Click here to load this message in the networking platform