fix cacl footer row in rxDBGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2423 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2012-05-08 14:57:37 +00:00
parent d2615e526b
commit 068c0f2fdc
2 changed files with 3 additions and 3 deletions

View File

@ -2824,8 +2824,8 @@ begin
UpdateFooterRowOnUpdateActive; UpdateFooterRowOnUpdateActive;
end end
else else
if Assigned(FFooterOptions) and FFooterOptions.Active and (FFooterOptions.RowCount > 0) and if Assigned(FFooterOptions) and FFooterOptions.Active and (FFooterOptions.RowCount > 0) {and
DatalinkActive and (DataSource.DataSet.State = dsBrowse) then DatalinkActive and (DataSource.DataSet.State = dsBrowse) }then
UpdateFooterRowOnUpdateActive; UpdateFooterRowOnUpdateActive;
// CalcStatTotals; // CalcStatTotals;
end; end;

View File

@ -26,7 +26,7 @@ Copyright (c) 1998 Master-Bank
translate to Lazarus by alexs in 2005 - 2012 translate to Lazarus by alexs in 2005 - 2012
"/> "/>
<License Value="LGPL"/> <License Value="LGPL"/>
<Version Major="2" Minor="2" Release="2" Build="111"/> <Version Major="2" Minor="2" Release="2" Build="112"/>
<Files Count="64"> <Files Count="64">
<Item1> <Item1>
<Filename Value="autopanel.pas"/> <Filename Value="autopanel.pas"/>