Display row number
860767Apr 3 2012 — edited Apr 3 2012Hi Experts ,
JDEv 11.1.2
For one my form with table component , i implemented row number display referenced from http://mjabr.wordpress.com/2011/06/03/display-row-number-in-aftable/...
Its working fine......but , bcoz of vs.index+1 , when each time row inserted already inserted row changed to next number.....that is ....we inserted a row first time its row number is 1 and after insert another row , row number of first row is changed to 2.....
is any way to change the starting index value to 1 and so we can use vs.index instead of vs.index+1
PMS