Hi,
I have a form I made in LiveCycle designer. It has radio buttons and when a radio button is clicked, it passes an object to a function that then expands a table and adds rows for each item. It works in Reader 10 and 11, but I just had a coworker test it in Acrobat Professional 9 and it doesn't populate the table!???
It gives this message
this.resolveNode("createTable").createTable(incis, "container") is not a function 28:XFA:form1[0]:#pageSet[0]:Page1[0]:RadioButtonList[0]:incision[0]:c lick
where createTable is the function and incis is the object passed, "container" is the table I'm affecting.
How can this not work? Is it the users computer possibly? I had her verify and it's definitely 9 professional.
Is there some bug in 9 professional? Is there a better syntax I should use?