H hfghfghfg Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-20 #5 procedure TForm1.QuickRep1StartPage(Sender: TCustomQuickRep); begin rowCount:=0; end; procedure TForm1.DetailBand1AfterPrint(Sender: TQRCustomBand; BandPrinted: Boolean); begin rowCount:=rowCount+1; end;
procedure TForm1.QuickRep1StartPage(Sender: TCustomQuickRep); begin rowCount:=0; end; procedure TForm1.DetailBand1AfterPrint(Sender: TQRCustomBand; BandPrinted: Boolean); begin rowCount:=rowCount+1; end;