Rich Text with more than one field
Hi,
we use, in our application, the Fast Report Library, version 2.51 (on Delphi 7).
We have some reports with RTF texts, that are linked to database fields.
We need to build an RTF text by merging some RTF fields, as shown in the following example:
[Query1."TEXT"]
[TextComingFromDataDictionary]
[Query1."FINAL_IMPRESSIONS"]
[TextComingFromOnGetValueEvent]
All this text is contained in a single TfrRichView element.
The problem is that FastReports Expands only the first one text ([Query1."TEXT"]), while all the remaining text remains as is.
Before buying FastReport, we used an open source "sibling" of FastReport, called FuzzyReport.
It had the same problem, but we solved it by putting in it a "while" cycle that expanded all the "variables" in the RTF field.
Is there a way to make the same in FastReport or must we build a "customized" version of these component?
we use, in our application, the Fast Report Library, version 2.51 (on Delphi 7).
We have some reports with RTF texts, that are linked to database fields.
We need to build an RTF text by merging some RTF fields, as shown in the following example:
[Query1."TEXT"]
[TextComingFromDataDictionary]
[Query1."FINAL_IMPRESSIONS"]
[TextComingFromOnGetValueEvent]
All this text is contained in a single TfrRichView element.
The problem is that FastReports Expands only the first one text ([Query1."TEXT"]), while all the remaining text remains as is.
Before buying FastReport, we used an open source "sibling" of FastReport, called FuzzyReport.
It had the same problem, but we solved it by putting in it a "while" cycle that expanded all the "variables" in the RTF field.
Is there a way to make the same in FastReport or must we build a "customized" version of these component?