How to tell if a group header is repeated?
Mark Elder
SD, USA
I have a group header that should look different if it is repeated for the same group. For example, I want to add a label that says "continued..." on the second page, but it should not print on the first page of the group.
How can I tell if a group header is being repeated on a second (or additional) page?
It looks like the .Net version has a .RepeatedBand property that can be checked. Is there something equivalent for VCL?
Also, it looks like the .Net version has an extra PrintOn property. Does VCL have anything like that?
How can I tell if a group header is being repeated on a second (or additional) page?
It looks like the .Net version has a .RepeatedBand property that can be checked. Is there something equivalent for VCL?
Also, it looks like the .Net version has an extra PrintOn property. Does VCL have anything like that?
Comments