Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPENDING from a TEXT file IGNORES Memo fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00618207
Message ID:
00618261
Vues:
9
>If I use the APPEND FROM command, to append from a text file, it does not append any data into memo fields. How can I force it to do so?

You cannot. If the text for a memfiled in the textfile is shorter than 255 characters, you can create cursor with the same layout as a table and a character filed 254 char long instead of memo. First append text file to the cursor and than append the cursor to the table.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform