add :
SF0.instanceManager.addInstance(0)
SF2.instanceManager.addInstance(0)
SF3.SF4.instanceManager.addInstance(0
i have a form in which 3 table present in three subform "SF0", "SF2" (SF2 Repeating Subform ) and "SF3.SF4" (SF3 & SF4 Both Subform and SF4 Repeating Subform)
when i copy data from SF0.Table1.Row1.Cell1 to SF2.Table1.Row1.Cell1 by this.rawValue = SF0.Table1.Row1.Cell1.rawValue work fine in all instance field
But when copy data from SF0.Table1.Row1.Cell1 to SF.SF4.Table1.Row1.Cell1 by this.rawValue = SF0.Table1.Row1.Cell1.rawValue only first value copy in all new add instance field.
plz help