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
|
begin
|
||||||
FInProcessCalc:=0;
|
FInProcessCalc:=0;
|
||||||
CalcStatTotals;
|
CalcStatTotals;
|
||||||
end;
|
end
|
||||||
{ if (rdgFooterRows in OptionsRx) and (FooterRowCount > 0) then
|
else
|
||||||
CalcStatTotals;}
|
if (rdgFooterRows in OptionsRx) and (FooterRowCount > 0) and DatalinkActive and
|
||||||
|
(DataSource.DataSet.State = dsBrowse) then
|
||||||
|
CalcStatTotals;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TRxDBGrid.UpdateData;
|
procedure TRxDBGrid.UpdateData;
|
||||||
|
Reference in New Issue
Block a user