How to see progress of query execution during handle?
问题 I used the following code in delphi for handle : procedure TForm1.ADOQuery1FetchProgress(DataSet: TCustomADODataSet; Progress, MaxProgress: Integer; var EventStatus: TEventStatus); begin Progressbar1.Visible:=true; Progressbar1.Max:=MaxProgress; Progressbar1.Ppsitian:=Progress; Progressbar1.Visible:=false; end; but.... I can't see any effect (this code doesn't execute) I want to show progress of query execution during when the user clicked a button for ٍُSEARCH in database from begining to