Hi
Last week I posted a question about how to programmatically force a new
page in QuickReports. Got a couple of replies but am still stumped and
wonder if anyone else has any ideas. I feel that it must just be something
simple that I am overlooking.
What I have just tried is as follows:
procedure TLogDet1.QRGroup3BeforePrint(Sender:
TQRCustomBand;
var PrintBand: Boolean); begin QRGroup3.ForceNewPage := True; if SkipSub1 then begin PrintBand := False; SkipSub1 := False; end; end; and I get the message:
"Undeclared identifier
'QRGroup3'"
What have I missed?
Mark |
- Re: [DUG]: ForceNewPage - QuickReports3 Mark Howard
- Re: [DUG]: ForceNewPage - QuickReports3 David Brennan
- Re: [DUG]: ForceNewPage - QuickReports3 Nello Sestini
- Re: [DUG]: ForceNewPage - QuickReports3 Nello Sestini
- RE: [DUG]: ForceNewPage - QuickReports3 Paul Ritchie
- Re: [DUG]: ForceNewPage - QuickReports3 Nello Sestini
- Re: [DUG]: ForceNewPage - QuickReports3 David Brennan
- RE: [DUG]: ForceNewPage - QuickReports3 Paul Ritchie