Stuck. I'm trying to setup a button to reset only the data in the row where the button is. Anyone? Pls.
Solved! Go to Solution.
Views
Replies
Total Likes
Add this to the click event of your button.
xfa.host.resetData("this.parent.tfData1,this.parent.tfData2,this.parent.tfData3");
Where tfData1, 2, and 3 are replaced by whatever you named your fields.
Views
Replies
Total Likes
Add this to the click event of your button.
xfa.host.resetData("this.parent.tfData1,this.parent.tfData2,this.parent.tfData3");
Where tfData1, 2, and 3 are replaced by whatever you named your fields.
Views
Replies
Total Likes
Awesome. thanks. I didn't want to specify fields and the row is instance managed so I just used xfa.host.resetData("this.parent")
Views
Replies
Total Likes
Views
Likes
Replies