Submitting data contained in a repeating section

M

MarmaTurtle

Infopath 2007 - I can submit the data in the first repeating section but not
any subsequent sections. I have written rules to submit in the repeating
section properties. This all works fine. The problem is, I can submit any
number of records to a SharePoint List but they all contain the data from the
first section.

Not sure if I can use code and maintain the form browser compatible with
MOSS 2007 forms server.

Thanks for the tips on how to accomplish writing records of each repeating
section data.
 
K

K.Ramana Reddy(GGK Tech)

Hi,

You need to use code instead of rules to submit the repeating sections data.
Using code you need to get all repeating sections node lists and you need to
submit the all repeating sections.
when you rules it will submit the only first repeating section.

I hope this will help for you.
 
K

K.Ramana Reddy(GGK Tech)

Hi,

You need to use code to submit the repeating sections data.
You need to get the all every repeating section as Node list then you need
to submit the data.
If you use rules to submit repeating sections, it will submit one only first
repeating section.

I hope this will help fro you.
 
Top