How do I obtain the unique properties (namely the rect) of two duplicate fields?
I have two duplicate fields in the same form (same name as each other). I need to the rect property for each but I only can get it for one of them. I assume that I have to use the page array in some way to specify which form field I am talking about in my code but I just don't see how to do that without a 'where' clause.
Any help is, as always, appreciated. Thank you.
var fld1 = this.getField("myname.0");
var fld2 = this.getField("myname.1");
var fld3 = this.getField("myname.2");
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script