Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display row number

860767Apr 3 2012 — edited Apr 3 2012
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2012
Added on Apr 3 2012
2 comments
242 views