Group Page Break
I am using RB Pro 7.04 w/ Delphi 6. I have a report with detail records such
that anywhere from 1-3 detail records fit on a page (w/ KeepTogether=true on
the region w/in the detail band). This works great, except that sometimes I
need to force just 1 detail record per page. What is the easiest way to
accomplish this?
I saw in an earlier post that version 9.x has a PageBreak component. If I
upgrade to 9.x and use this component, can the PageBreak be disabled when
not needed? In other words I would like to give the user the option to page
break (or not) after each detail record so I would like the ability to set
"PageBreakComponent.enabled=false".
Thanks,
Eric Buescher
that anywhere from 1-3 detail records fit on a page (w/ KeepTogether=true on
the region w/in the detail band). This works great, except that sometimes I
need to force just 1 detail record per page. What is the easiest way to
accomplish this?
I saw in an earlier post that version 9.x has a PageBreak component. If I
upgrade to 9.x and use this component, can the PageBreak be disabled when
not needed? In other words I would like to give the user the option to page
break (or not) after each detail record so I would like the ability to set
"PageBreakComponent.enabled=false".
Thanks,
Eric Buescher
This discussion has been closed.
Comments
Yes, you can toggle the visibility of the TppPageBreak component to give
your users the option to break to a new page or not.
ppPageBreak.Visible := False;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com