Expand my Community achievements bar.

Continue adding cell on another page.

Avatar

Former Community Member

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?demonstration.JPG

Here is the code of my button:

<?templateDesigner ScriptInitializers click::lang=JavaScript;?>

                     <event activity="click">

                        <script contentType="application/x-javascript">Table1.Row1.instanceManager.addInstance(1);</script>

                     </event>

0 Replies