Default Avatar

Kruno F.

Kruno F.

About

Username
Kruno F.
Joined
Visits
0
Last Active
Roles
Members

Comments

  • gpi wrote: » Try to store value from MasterData in variable in MasterData.OnAfterPrint event and print this variable on PageFooter Well, I have try this, please read my first post. It is not the same when printing each MasterData on new pa…
  • gpi wrote: » Try to use child band for TfrxPageHeader and set child's visiblity in script Thanks, I have solve that part, so my report have now those bands: 1. PageHeader 1.1 Child1 - as groupheader for second and further pages 2. Grou…
  • WJansen wrote: » After your suggestion. I've figured out: Masterdata1.dataset.prior in the OnBeforePrintFooter Masterdata2.dataset.next in the OnAfterPrintFooter I believe this might be the solution. Not tested fully yet but seems promissin…