Problem with Memos
Hi All,
I have the following problem: have three memos, which Lines.Text calculate
dynamically. They are nested into the detail of report.The report usually is
displayed on 1 page, but when the content is more the report hanging.
Could You help me with some idea how to solve that problem?
Thank You in advance.
P.S. I see an attribute of Detail called BandsPerRecord. I can't understand
what is the exact usage of it.
I have the following problem: have three memos, which Lines.Text calculate
dynamically. They are nested into the detail of report.The report usually is
displayed on 1 page, but when the content is more the report hanging.
Could You help me with some idea how to solve that problem?
Thank You in advance.
P.S. I see an attribute of Detail called BandsPerRecord. I can't understand
what is the exact usage of it.
This discussion has been closed.
Comments
This is not a known issue with ReportBuilder. When a stretchable memo
becomes too large to fit on a page, it should break the page and start
printing again on the next page. Which version of ReportBuilder and Delphi
are you using? Are you able to run the memo demos locatated in the
\RBuilder\Demos\1. Reports\... directory?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I succeeded to solve the problem. My wrong was that I generated report on
two pass, and calculate the content of memos on StartSecondPass event. When
I change that- set generate report on one pass and calculate the content on
StartFirstPass event, everything is ok.
Sorry, I disturbed You.
Bye :-)