Hi All,I am using Adobe Livecycle ES2. I have one template where there
is a subform which will be repeated, max limit is set 20. I'm trying to
catch the index of each subform. I've written a javascript code in the
Subform initialize event and printed the index lblFirst.rawValue =
this.index;. When I click on Preview PDF, it prints the index fine i.e.
0 to 20.Same template I've called using process, but through process it
prints "0" every time i.e. every time it takes index as zero.I've stuck
up ...