Avatar

Correct answer by
Level 7

Hi,

I have found that even if you tell another object to change, the change event for other object wont execute unless it has had focus. Hence why the checkboxes will calculate correctly when you click on them.

I figure that the xfa.form.recalculate(1); line in your dropdownlist object to recalculate isnt working as it only recalculates the calculate event, not the change event.

View solution in original post