by Gaby_h » 20 August 2013, 21:27
I have a simple parent child form: Invoice and Invdetails in the lower panel. I created a column total using a static field to total Extension field in child panel. I put the script in the onChangeRow in the parent panel. The amount in the static field is not in sync with the row selected in parent, it is always 1 row late. I have to click twice in the parent row to get the associated total to appear in the control. What's the best event to use for this type of calculation?