Previous | Next | (P-PDF) What's Wrong with my PDF?
Topic: Referencing Dynamic Subform Fields
Conf: (P-PDF) What's Wrong with my PDF?, Msg: 141983
From: irrigation
Date: 10/28/2005 11:32 PM
I have a subform using flowed content with a single TextField. I have no problem with setting the value of the primary instance of the field, but after addInstance(1) I cannot set the value of subsequent fields.
My code tries to populate the field like this:
form1[0].Repeating[2].RepeatingField[0].rawValue="This is the third instance";
What am I doing wrong in addressing this field?
Thanks for your help.