Subject RE: [IBO] retrieving size and precision of numeric fields
Author Helen Borrie
At 02:57 PM 9/06/2003 +0200, you wrote:
>Hi Helen, I have set the Field's Currency property to True In both the
>ClientDataSet and in the IBOQuery. I get two digits for display as expected.
>However, the weird part is that the calculations take into account 4 digits
>instead of 2.

So, if your number is stored with a precision of two, then to arrive at a
result with a precision of 4 means you must have multiplied or divided by a
number which also had a precision of 2.

So what was your calculation?

Helen