99
DataModule1.Table2.Delete;
end;
end;
procedure Tsupplier.Button5Click(Sender: TObject);
begin
case RadioGroup1.ItemIndex of
0:DataModule1.Table2.IndexName:='indName';
1:DataModule1.Table2.IndexName:='indPhone';
end;
end;
end.
q-rep.pas
unit Ureport;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QuickRpt, QRCtrls, ExtCtrls, Main;
type
TQRep = class(TForm)
QuickRep1: TQuickRep;
QRBand1: TQRBand;
QRLabel1: TQRLabel;
QRLabel2: TQRLabel;
QRLabel3: TQRLabel;
QRLabel4: TQRLabel;
QRLabel5: TQRLabel;