fix update total row in RxDBGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@992 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2009-11-06 18:15:18 +00:00
parent 504f6422f1
commit 024401ed05

View File

@ -2157,9 +2157,11 @@ begin
begin
FInProcessCalc:=0;
CalcStatTotals;
end;
{ if (rdgFooterRows in OptionsRx) and (FooterRowCount > 0) then
CalcStatTotals;}
end
else
if (rdgFooterRows in OptionsRx) and (FooterRowCount > 0) and DatalinkActive and
(DataSource.DataSet.State = dsBrowse) then
CalcStatTotals;
end;
procedure TRxDBGrid.UpdateData;