You've already forked lazarus-ccr
RxFPC: try to fix error message on calc footer row - tnx zyzmo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4523 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4972,7 +4972,8 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
DHS.RecNo := Min(DHL.RecordCount + SavePos - 1, DHS.RecNo);
|
||||
if Min(DHL.RecordCount + SavePos - 1, DHS.RecNo) > 0 then
|
||||
DHS.RecNo := Min(DHL.RecordCount + SavePos - 1, DHS.RecNo);
|
||||
K:=DHS.RecNo;
|
||||
|
||||
while not DHS.BOF do
|
||||
|
Reference in New Issue
Block a user