pb charwrap
Hi,
my today's problem is that i've got a tppDBMemo with the charwrap property
set to True...
But, the data in this memo can be long and with no space inside...
For instance : 1;3;5;8;11;13;16;19;25;28
When printing, it looks like (because of the width of my column) :
1;3;5;8;11;13;16;19;25;2
8
instead of something like this :
1;3;5;8;11;13;16;19;25;
28
which would be better...
And when I set CharWrap to false, the data is larger than the column :
1;3;5;8;11;13;16;19;25;28 ( should be truncated in order to be exactly in
the column)
can anyone help me please ???
Thanks in advance,
Laurent
my today's problem is that i've got a tppDBMemo with the charwrap property
set to True...
But, the data in this memo can be long and with no space inside...
For instance : 1;3;5;8;11;13;16;19;25;28
When printing, it looks like (because of the width of my column) :
1;3;5;8;11;13;16;19;25;2
8
instead of something like this :
1;3;5;8;11;13;16;19;25;
28
which would be better...
And when I set CharWrap to false, the data is larger than the column :
1;3;5;8;11;13;16;19;25;28 ( should be truncated in order to be exactly in
the column)
can anyone help me please ???
Thanks in advance,
Laurent
This discussion has been closed.
Comments
not expressions. You can either write your own wrapping logic or insert
spaces into the string to break up the expressions and use wordwrapping.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com