I have an application for an insurance company and I have ran into a rounding issue.
I store the data in database column amount f(10,2)
in application multiply
(488.06 x .10) = 48.81
client wants 48.80
vfp is doing (488.06 x .10) = 48.806 and rounding up to 48.81
how can I get the 48.80 instead of the 48.81
I store the data in database column amount f(10,2)
in application multiply
(488.06 x .10) = 48.81
client wants 48.80
vfp is doing (488.06 x .10) = 48.806 and rounding up to 48.81
how can I get the 48.80 instead of the 48.81