Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with Memo field
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00126885
Message ID:
00126888
Views:
20
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform