Quantcast
Channel: Adobe Community : All Content - LiveCycle Designer
Viewing all articles
Browse latest Browse all 5571

Adding row in tables

$
0
0

How to set the remove row button in a position subform so it won't expand with the table row. When I try to wrap my button the script stops working.

 

This is my script for remove button:

 

tAns = xfa.host.messageBox("Are you sure you want to remove this item?","Remove item?",1,2)

       if (tAns ==4) {

    Table1._Row1.removeInstance(this.parent.index);

}

 

Script for add button:

 

Table2._Row1.addInstance(true);


Viewing all articles
Browse latest Browse all 5571

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>