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;
|
||||
|
||||
Reference in New Issue
Block a user