Subject | RE: [IBO] retrieving size and precision of numeric fields |
---|---|
Author | Helen Borrie |
Post date | 2003-06-09T12:19:20Z |
At 02:57 PM 9/06/2003 +0200, you wrote:
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
>Hi Helen, I have set the Field's Currency property to True In both theSo, if your number is stored with a precision of two, then to arrive at a
>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.
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