Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Is it possible to update calculated value on spinner up or down instead of when the field is exited?

Hello -

We have a mileage form we need to calculate total miles on (see image below) - to simplify - we subtract the beginning mileage from the ending mileage and put the total in the total business miles field.  This works when the user enters numbers and tabs out of the fields, but if they adjust the numbers with the spinner up/down buttons, the calculated value doesn't update until the user clicks on another field.

 

Uploaded files:
  • mileage-calculation-update.gif

Yes, it is the expected behavior and dynamic calculation will happen after we click anywhere on the form outside the column control after the changes are done in the column value.

Dynamic calculation does happen correctly when the user clicks out of the column control.  But is there any way to force the calculation to happen when the spinner buttons are clicked?  (This was a request from our end user)