Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM - appending blank records only!
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00774613
Message ID:
00774616
Views:
15
This is weird...I do the following:
use tblSource
copy struct to tblTarget
close tables
use tblTarget
append from tblSource for SomeField=SomeValue
brow
This gives me the desired result. Is it possible that your files where opened with some filter/index set?
Jaime

>Hi - I am attempting to append records from one table to another. I open the source table and copy structure to get my target table. Then I use this code...
>
>
>SELECT tblTarget
>APPEND FROM tblSource FOR myField = .T.
>
>
>This adds records but they are blank. Is it not supposed to copy the data from the source table to the target table where myField is true?
>
>Thanks
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View

Click here to load this message in the networking platform