IElite
IElite

Reputation: 1848

ReportBuilder 7.X and Delphi 7.X issue

I have an issue with a report using ReportBuilder 7.X in an application built with Delphi 7.X.

The rights in the memo field are cut off when 'previewed' (see screenshot2.jpg), however you can see all of them when in the report designer (see screenshot.jpg). see screenshot3.jpg for the calc event code to the memo for filling the memo.

Why are these "rights" filling during preview incorrectly, but during design it displays correctly?

You can find all screenshots and a text file containing the code used in the calc OnPrint event for the memo field here:

http://www.adktripbuddy.com/misc/delphi/code/report/

Upvotes: 1

Views: 892

Answers (1)

Arnaud Bouchez
Arnaud Bouchez

Reputation: 43033

Your question is precise, and you did put all necessary information. Congratulations!

The "preview" pane of RB never works as expected for me, when data or layout are a bit complex (about SQL query, script code...). This is clearly a bug of RB. I never use this "preview" panel.

What about the "position" settings of the memo? Did you try changing it? Make it full height of the band?

What about the result in your application? If the report created in your app is correct, don't bother about preview in design mode.

Upvotes: 1

Related Questions