Hi, I still have a lot to learn about LiveCycle coding, so any help will
be greatly appreciated.On my form, when a certain checkbox is clicked,
It adds this optional string to a textfield:"x of y items"x and y are
defined by user entered numeric fields.If a users changes one of these
numeric fields after checking the checkbox, the change does not show up
unless the user unchecks and rechecks the checkbox. (the checkbox has an
If statement on the click event which is basically; if on, Concat
nume...