Having a problem sum of CRDBGrid

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
danieljr
Posts: 1
Joined: Mon 24 Nov 2014 10:07

Having a problem sum of CRDBGrid

Post by danieljr » Tue 25 Nov 2014 10:57

I followed all procedures documentation to make the sum of the numeric fields, however do not show the values. Someone climbs why that?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Having a problem sum of CRDBGrid

Post by AlexP » Tue 25 Nov 2014 13:26

Hello,

To display a schema by column, you should disable the dgeRecorCount option in OptionEx and set the FloatDigits and FloatPrecision values for the corresponding column of CRDBGrid.

Post Reply