Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending to Memo fields
Message
 
 
À
20/11/2000 12:01:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00443686
Message ID:
00443953
Vues:
11
Russell,

If the memo content is less that 255 characters and will never contain a carriage return or line feed than you can use an intermediate cursor that brings the memo into a C(255) field and then scan that cursor and stuff it into the real table. You can also string together several character fields if your memo is larger then 254.

Or you can use the LLFF, like fgets(), to process the file.

>I am trying to append data from a comma delimited text file and I want a part of this to be appended to a memo field. I can accomplish this if I use the Import Wizard. However, I would like to be able to do this programatically. 'Append From' does not seem to offer this ability and 'Append Memo' seems to offer only this. Any suggestions or pointers in the right direction would be greatly appreciated.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform