Hello, I am trying to make a form in "LiveCycle 8" and I have a problem. I create a button that allows me to add the cells in a table. However, when the page is full, a new page is not created automatically (see picture). Do you have a solution?
Here is the code of my button:
<?templateDesigner ScriptInitializers click::lang=JavaScript;?>
<event activity="click">
<script contentType="application/x-javascript">Table1.Row1.instanceManager.ad dInstance(1);</script>
</event>