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;
end
else
if Assigned(FFooterOptions) and FFooterOptions.Active and (FFooterOptions.RowCount > 0) and
DatalinkActive and (DataSource.DataSet.State = dsBrowse) then
if Assigned(FFooterOptions) and FFooterOptions.Active and (FFooterOptions.RowCount > 0) {and
DatalinkActive and (DataSource.DataSet.State = dsBrowse) }then
UpdateFooterRowOnUpdateActive;
// CalcStatTotals;
end;

View File

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