Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memowidth
Message
From
31/01/2002 15:05:50
 
 
To
31/01/2002 14:54:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00613621
Message ID:
00613632
Views:
7
Christian,

According to Hacker's Guide:
The following functions and commands are affected by memowidth: ATCLINE(), ATLINE(), RATLINE(), MEMLINES(), MLINE(), ?, ??, DISPLAY, LIST. For ?, ??, DISPLAY and LIST, memowidth affects only memo fields and character strings longer than 256 characters.

It looks like you will have to use a different approach, using memlines() and mline() functions...


>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?
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform