Home General

question about ppDBCalc's Sum

edited September 2001 in General
Hi,

I am using D5 + RB6.02 + IB5.6

I use a ppDBCalc to Sum the Amount Field, becasue the field is store as
Double in interbase. If I use the follow query

SELECT AMOUNT
FROM DR_TRANS
where accno = 0

the result = 2.8421709430404e-13

The RB sum DBCalc display the same value. but how can I get rid of this and
just display a zero value without using RAP in my end-user designer.
Because I don't want my customer need to use RAP to do this.

TIA

Tao

Comments

  • edited September 2001
    I found the answer. I just need to set the DisplayFormat.


This discussion has been closed.