Default Avatar

datato

datato

About

Username
datato
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Attach my report template (fr3) here
  • Achieved by chance The code works is this: ReportSummary1OnBeforePrint procedure (Sender: TfrxComponent); begin If Engine.CurY> engine.PageHeight-ReportSummary1.Height-50 Then Engine.Newpage; Engine.CurY: = engine.PageHeight-ReportSummar…
  • Achieved by chance The code works is this: ReportSummary1OnBeforePrint procedure (Sender: TfrxComponent); begin If Engine.CurY> engine.PageHeight-ReportSummary1.Height-50 Then Engine.Newpage; Engine.CurY: = engine.PageHeight-ReportSummar…
  • Sorry but I recorded the code ReportSummary1OnAfterCalcHeight procedure (Sender: TfrxComponent); begin Engine.CurY: -reportsummary1.height Engine.PageHeight -pagefooter1.Height = - 1; end; But I get error below in the code editor in the r…
  • Sorry did not know you had to be in English. Hi all, I created a report to print an invoice. I have a PageFooter with totals in the invoice. I have indicated in the report designer This PageFooter printed only in the last page, but it does not. …