You've already forked lazarus-ccr
RxFPC:on calc RxDBGrid footer row sum also use ftFMTBcd - tnx. brick08
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7173 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1457,7 +1457,7 @@ begin
|
|||||||
if Assigned(F) then
|
if Assigned(F) then
|
||||||
begin
|
begin
|
||||||
if F.DataType in [ftSmallint, ftInteger, ftWord, ftFloat, ftCurrency,
|
if F.DataType in [ftSmallint, ftInteger, ftWord, ftFloat, ftCurrency,
|
||||||
ftDate, ftTime, ftDateTime, ftTimeStamp, ftLargeint, ftBCD] then
|
ftDate, ftTime, ftDateTime, ftTimeStamp, ftLargeint, ftBCD, ftFMTBcd] then
|
||||||
begin
|
begin
|
||||||
if F.DataType in [ftDate, ftTime, ftDateTime, ftTimeStamp] then
|
if F.DataType in [ftDate, ftTime, ftDateTime, ftTimeStamp] then
|
||||||
begin
|
begin
|
||||||
@ -1972,7 +1972,7 @@ begin
|
|||||||
if Assigned(F) then
|
if Assigned(F) then
|
||||||
begin
|
begin
|
||||||
if F.DataType in [ftSmallint, ftInteger, ftWord, ftFloat, ftCurrency,
|
if F.DataType in [ftSmallint, ftInteger, ftWord, ftFloat, ftCurrency,
|
||||||
ftDate, ftTime, ftDateTime, ftTimeStamp, ftLargeint, ftBCD] then
|
ftDate, ftTime, ftDateTime, ftTimeStamp, ftLargeint, ftBCD, ftFMTBcd] then
|
||||||
begin
|
begin
|
||||||
if F.DataType in [ftDate, ftTime, ftDateTime, ftTimeStamp] then
|
if F.DataType in [ftDate, ftTime, ftDateTime, ftTimeStamp] then
|
||||||
begin
|
begin
|
||||||
|
Reference in New Issue
Block a user