The best place to take control of the text is inside the DetailBand.BeforePrint event. Using this event you could retrieve the text from the datapipeline, truncate it, and then assign it to a TppLable or TppVariable located inside the detail band. To gain access to the text from the database use something like the following...
Comments
The best place to take control of the text is inside the
DetailBand.BeforePrint event. Using this event you could retrieve the text
from the datapipeline, truncate it, and then assign it to a TppLable or
TppVariable located inside the detail band. To gain access to the text from
the database use something like the following...
lsText := Report.DataPipeline['myField'];
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com