Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memowidth
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00613621
Message ID:
00613628
Views:
7
>>Hello,
>>
>>I use the following code:
>>
>>
>>SET MEMOWIDTH TO 50
>>SELECT MyTable
>>SCAN
>>TEXT TO lcInfo TEXTMERGE NOSHOW
>><<REPLICATE("=",50)>>
>><<MyTable.Memo1>>
>><<REPLICATE("=",50)>>
>>ENDTEXT
>>ENDSCAN
>>
>>
>>What happens is, that if the memo field is very large, the text does not brake by column 50 as I expected to. SET MEMOWIDTH does not influence the line brake.
>>
>>What can I do that the memo field brakes the lines at a certain line length?
>
>Add CHR(13)+CHR(10) at the end of the line and see if you get your breaks.


I cannot change the contents of the memo field. It does not have breaks (note: correct spelling here).
I only want to have the breaks in the file that I create from the memo's.

In FoxPro 2.6 I SET MEMOWIDTH TO 50 and print to file with "?".
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform