I have created a table in LiveCycle ES2 with buttons to add/remove rows.
In addition, I have a drop down box that contains currency and I have
been trying to link the table and drop down box so that every time I
select a currency, the Caption in the first cell of each row changes to
the currency selected. For example if USD is selected in the drop down
box, the caption of all cells in the Column 1 will change. I have
managed to get it working for a static table however, for a dynamic
table every...