Populate textfields with ascending numbers
Posted: Mon Apr 13, 2009 6:44 pm
I retrieve results from a database in a table.

Left of the results is a textfield that accepts a number. I want to create a button that populates those textfields with a number starting from 0 ascending +1. So fields of 5 results will be populated as:
0
1
2
3
4
5
Any help? Thanks,

Left of the results is a textfield that accepts a number. I want to create a button that populates those textfields with a number starting from 0 ascending +1. So fields of 5 results will be populated as:
0
1
2
3
4
5
Any help? Thanks,