Word wrapping
I have a report where data contained in a fixed-width DBText field is
sometimes too long to be displayed.
I have set the WordWrap property to True. Report Builder wraps the data
but doesn't seem to increase the height of the DBText field to show the
excess data on a second line.
How can I achieve this? Is there some setting that I have missed or does
it have to be done programmatically? If so, how do I do this?
Many thanks,
Tim Pepper.
--- posted by geoForum on http://delphi.newswhat.com
sometimes too long to be displayed.
I have set the WordWrap property to True. Report Builder wraps the data
but doesn't seem to increase the height of the DBText field to show the
excess data on a second line.
How can I achieve this? Is there some setting that I have missed or does
it have to be done programmatically? If so, how do I do this?
Many thanks,
Tim Pepper.
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Though the DBText object has word wrap capabilities, it is not designed to
dynamically increase its height. If you would like a vertically growing
text object, try using the DBMemo or DBRichText components.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com