header foter every 3 rows with vertical gap
Hi i need a report with header and footer every 3 rows in this way
HEADER
1
2
3
FOOTER
and sometime
HEADER
1
2
3
FOOTER
and header rows and footer do not split over page
How can i do?
thanks!
Hi i need a report with header and footer every 3 rows in this way
HEADER
1
2
3
FOOTER
and sometime
HEADER
1
2
3
FOOTER
and header rows and footer do not split over page
How can i do?
thanks!
Comments
Sorry i have lost the spaces
1
-----2
----------3
and sometimes
------------1
------2
3
G'day Mirko,
If your main problem is the "Headers and Footers", have you tried to use TfrxGroupHeader and TfrxGroupFooter? You just need to "engineer your Query to make sure each set of three has the same value in a Field you choose to "Group On".
If instead your main problem is how to insert the irregular number of spaces before the "1", "2" or "3", then we will need a bit more information. What "business rules" control the presence of the spacing? With these "rules" you can create the data to display in a TfrxMemoView within the appropriate Band's "BeforePrint" Event.
Cheers, Paul
Hi,
I tried with GroupHeader and GroupFooter hiding the band on "2" and "3" but these are broken at the page change.
With MasterDataBand set to 3 columns it seems easy but I can't add vertical space.
On the other hand, if I use the master data band with column = 1 and I change Engine.CurX sometimes when I change the page the position does not go to the right place
Thanks!