question about ppDBCalc's Sum
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
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
This discussion has been closed.
Comments