Expand my Community achievements bar.

Copy data from one textfield to another text field with add instance subform

Avatar

Level 4

plz help me

when i try to copy data from one text field (present in add instance subform) to another text field (present in another add instance subform) it show only first object data in all textfield.

subform1.instanceManager.addInstance(0);

subform2.subform3.instanceManager.addInstance(0); (here subform3 present in subform2)

this.rawValue = subform1.textfield1.rawValue; (copy same data in all add instance)

its work well when textfield2 present in subform3 not in subform2.subform3

0 Replies