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

Reply via email to