in my single columnt report I have a richtext field. Most of the time the users insert only fe words per line. This way plenty of space is wasted on the report. Is it possible to print the text of the richtext in two columns?
Which version of ReportBuilder and Delphi are you using?
How are you populating the RichText component? Is this done before printing the report or during generation?
The TppRichText component in RB is a wrapper around the TRichEdit in Delphi. Though columns are not supported, it is possible to create custom tab stops to give the same effect. You might also consider using multiple TppRichText components.
Comments
Which version of ReportBuilder and Delphi are you using?
How are you populating the RichText component? Is this done before
printing the report or during generation?
The TppRichText component in RB is a wrapper around the TRichEdit in
Delphi. Though columns are not supported, it is possible to create
custom tab stops to give the same effect. You might also consider using
multiple TppRichText components.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com