You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user