Weird memo problem
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?
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?
This discussion has been closed.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
everything works fine.