Hi All,
I want to print the sequential numbers in adobe form. The information will come from driver program I had created the table in "Design view" section. If the body of the table is increasing(rows) automatically I need to print the sequential no. I had declared a varaiable "cnt" in global section of interface" and in "code initialization i wrote like this cnt = cnt + 1. but in all the rows value "1" is printing. Could any one please help me to achieve this.