I have a similar problem and am not a developer!I followed what the post
says and still have an issue.I'm trying to create a button that would
insert a row to a table so that a new row appears on the screen.The
script in the add button is:form1.Page1.table.row.add::click -
(JavaScript, client)Table1.instanceManager.addRow(1);When I preview, the
button does nothing when I click it.I also tried this
script:Page1.Table.Row.instanceManager.addInstance(true);and
alsoPage1.Table.Row.instanceManager.ad...