Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM - appending blank records only!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00774613
Message ID:
00774616
Vues:
14
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform