You've already forked lazarus-ccr
RxFPC:try to fix RxDBGrid footer row with TSQLQuery
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7476 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -5958,6 +5958,8 @@ begin
|
|||||||
if (not (DatalinkActive and (FGroupItems.Active or FFooterOptions.Active))) or (Columns.Count = 0) or (gsAddingAutoColumns in GridStatus) then
|
if (not (DatalinkActive and (FGroupItems.Active or FFooterOptions.Active))) or (Columns.Count = 0) or (gsAddingAutoColumns in GridStatus) then
|
||||||
Exit;
|
Exit;
|
||||||
|
|
||||||
|
if Datalink.ActiveRecord < 0 then exit;
|
||||||
|
|
||||||
if Assigned(OnRxCalcFooterValues)then
|
if Assigned(OnRxCalcFooterValues)then
|
||||||
begin
|
begin
|
||||||
Inc(FInProcessCalc);
|
Inc(FInProcessCalc);
|
||||||
|
Reference in New Issue
Block a user