Hi,
I have a form (Oracle Forms 11g) with a field that is declared as Summary Calculation of a WEIGHT field from block V_PXS:

But when I execute the form, the Total_weight field displays the WRONG SUM... See, I selected 2 recs from V_PXS block with a weight of 50.000 each

So, the total_weight (Sum field) should add all records from the V_PXS block and display the TOTAL, which, in my book, should be 100.000:

Why, is it showing 100.001? It is not SUMing up correclty...
Am I doing something wrong?
Thanks in advance,
Marc L