Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with Memo field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00126885
Message ID:
00126888
Vues:
18
You could loop through the memo field and write each line to the appropriate text file using low-level file functions. Take a look at FCREATE(), FOPEN(), FPUTS(), and FCLOSE().

>I have a Memo field that was built from a text file.
>I wish to read the Memo field and break it into separate text files.
>For example, the first text file would be 60 lines;
>the second text file would be 60 lines;
>the third text file would be 60 lines and so on.
>
>The reason I need to do this is so I can fax the (former Memo field,
>now text files) as separate faxed pages.
>
>Any ideas? I know how to use APPEND MEMO and COPY MEMO, but I can't
>find a good way to do this. Thanks for your help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform