Error in clipping / wordwrap property in TfrxMemoView
Hi,
I've placed a TfrxMemoView on a TfrxDetailData band. The clipped property of the memo is true and the wordwrap property is false.
When the report is printed there is still a line break if the text doesn't fit into the memo (see attachment).
Thanks in advance
Peter
I've placed a TfrxMemoView on a TfrxDetailData band. The clipped property of the memo is true and the wordwrap property is false.
When the report is printed there is still a line break if the text doesn't fit into the memo (see attachment).
Thanks in advance
Peter
Comments
Make the DetailBand.stretched := true
(I'm in doubt if that is the right property, I'm trying to remember without looking at the code. Maybe is the Stretch := MaxHeight that you want)
In any case, it's the band that nees to stretch.
Thanks
Peter
Do you want to hide everything after the wordwrap, or make it display the whole text, with or without word wrapping?
There is also the autosize property of the frxMemo you can play with.