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

Weird memo problem

edited May 2004 in General
Hi,

I got a really strange problem when placing TppMemo component into report.

I start a new application. Add a TButton and a TppReport onto form.
Double-click TppReport to edit report. Add Title band to it. Place a
TppMemo component into the band. Close the editor. Change the name of the
report to rb. Double-click the button. In it's OnClick event place the
code:

rb.Print;

Well, now compile and run the project. Click the button. Oops! It takes
about 20 seconds (!) to calculate the first page of the report. If I now
close the preview window and click the button again the reports appears
instantly.

If I now edit the report and remove memo from the band and place, say, label
the report works instantly.

Any ideas?

Comments

  • edited May 2004
    Hi Pavel,

    This is not a known issue with ReportBuilder. Be sure you are using the
    latest version of the product, 7.03. You may also want to try to reinstall
    as this may be a corrupt installation.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2004
    Seems as if it's not ReportBuilder's fault. When I remove network printer
    everything works fine.

This discussion has been closed.