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