Auto Numbering Table Rows
in linked form, trying have model numbers increase 5 staring row being 10. first row works correctly (15) next row displays 16 instead of 20. offered appreciated.
hi,
to increase count 5 need change script into:
this.rawvalue = row1.modelstart.rawvalue + ((this.parent.index + 1) * 5);
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment