Hi
I have a form which expands, If I have more then 1 row then I want to be able to reset each row individually.
I have been using
xfa.host.resetData ("Row1"), I have also tried replacing row1 with each text field.
xfa.host.resetData ("xfa.form.form1.TimeSheet.timesub.Table1.Row1.Date")
every time I click on the rest button it resets all the text fields.