Page Break Issue
Hello,
I have a report with a TfrxCrossView. I use a TAdvStringGrid to fill the TfrxCrossView and display data in the report, that works fine. I also manually add page breaks with this code line : "Engine.NewPage;" in a OnPrintCell event from the TfrxCrossView, that works fine too. My issue is that FR automatically add page breaks too and I don't want those page break, only the one that I generate myself. Any idea on how to do that ?
Cheers.
I have a report with a TfrxCrossView. I use a TAdvStringGrid to fill the TfrxCrossView and display data in the report, that works fine. I also manually add page breaks with this code line : "Engine.NewPage;" in a OnPrintCell event from the TfrxCrossView, that works fine too. My issue is that FR automatically add page breaks too and I don't want those page break, only the one that I generate myself. Any idea on how to do that ?
Cheers.
Comments