Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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.
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.
View solution in original post
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
Likes
Replies