Format Table Row Auto Numbering
i using following code autonumber dynamic table rows:
this.rawvalue = this.parent.parent.index +1;
but numbers appear period - 1. or 2.
how add this?
this.rawvalue = this.parent.parent.index +1 + ".";
does not work
perhaps have many parents
try: this.rawvalue = this.parent.index + 1;
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment