Главная страница | назад





Article #17986: Printing calculated text

 Question and Answer Database
FAQ2986D.txt Printing calculated text
Category :Quick Reports
Platform :All
Product :All 32 bit
Question:
I have a calculated table field and it has line breaks in the
text and those line breaks don't print.
Answer:
Delphi defines calculated table text fields as TStringfield and
QuickReport handles that type of field differently than it
handles actual memo fields. To output a calculated text field,
use a QRMemo component and set QRMemo.Lines.Text to
the value of the calculated field at runtime.
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99