Hi There
We are doing some calculations to the quantity field of the input section in the BoM screen, via the change event, what happens is that the values in quantity gets reset when we save the BoM. I have also checked with a messagebox in the SaveEnd event, and the values of the quantities were shown correctly, but when it saves, it just resets to some random values. Can you pls advise on this. The change event is called as below
GridObject.Change += (sender, e) => Change(sender, e, billMaintenanceForm.OutputsJiwaGrid, billMaintenanceForm.CustomFieldsGrid);



