create a form variable and set it to 1.
In the calculate event of the field you want to autocalculate put in Formcalc:
$ = Concat([name of your variable],".1")
then in the add row button click event put:
[name of your variable] = [name of your variable] + 1