Default Avatar

cika

cika

About

Username
cika
Location
Deutschland
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hello, did you set the EmbeddedFonts option to TRUE ? frxPDFExport1.EmbeddedFonts: = TRUE; greeting Georg
  • gpi wrote: » If you use page footer on the all pages - use if Engine.FreeSpace < ReportSummary1.Height then Engine.NewPage; Engine.CurY := Engine.CurY + Engine.FreeSpace - ReportSummary1.Height - 0.00001; Thanks for the good suppor…
  • gpi wrote: » cika Attach your report template (fr3) and prepared report (fp3) Did you don't show PageFooter on the last page too? Use English if Engine.FreeSpace + PageFooter1.Height < ReportSummary1.Height then Engine.NewPage; Engine.CurY…
  • Hallo, habe das gleiche Problem, das Summary-Band soll immer am Seitenende angezeigt werden, mit der Anweisung Engine.CurY := Engine.CurY + Engine.FreeSpace - ReportSummary1.Height - 1; wird der Report, je nach Zeilenanzahl, wie folgt angezeigt.