Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Problem with Memos

edited May 2007 in General
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.

Comments

  • edited May 2007
    Hi Apostol,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2007
    Hi, and thank You for Your Answer,

    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 :-)


This discussion has been closed.