Overflow in decimal

Hi, when i open (run) the Item Ledger entry table from the Object Designer, im getting this error : “The following message came from the server” press ok then “Overflow in decimal” This is in Navision 3.01. any ideas?

Why don’t you take the debugger to find the line where the error happens ?

r u able 2 run the “Item Ledger Entry Form” ? If yes then maybe, the problem is with some flowfields.

hi kamalb, the reason for this is an over flow due to rounding, probaly from a field in the value enries table. you need to do 2 things. 1/ locate why the error happened. the most likely thing is that you have written code that creates or modifies a value in the Value Entry table, and you forget to round it. 2/ fix the error. to do this, identify the error and run a routine that will round all the field in all records.