Hi,
I am new to LiveCycle Designer and I would like to trigger a change-event of component A by the change-event of component B. In other words, if component B changes, the script of the change-event of component B shall trigger the change-event of component A.
Is this possible and does somebody know how?
Thanks in advance
Try a following script for the change event of of component B:
ComponentA.execEvent("change");
Regards, Andrey