Filling a repeating Section with Data and VB (or C#) .NET

  • Thread starter Benjamin Kremer
  • Start date
B

Benjamin Kremer

Hi Folks !

I´ve got a little problem by navigating and filling the Infopath xml
document from VB.net & VSTO. I´ve got a repeating section shown below :

<my:myData
xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2004-12-07T08:23:08"
xml:lang="de">
<my:myRepeatingSection>
<my:RepeatingData1>TextA</my:RepeatingData1>
<my:RepeatingData2>TextB</my:RepeatingData2>
</my:myRepeatingSection>
<my:myRepeatingSection>
<my:RepeatingData1>TextAA</my:RepeatingData1>
<my:RepeatingData2>TextBB</my:RepeatingData2>
</my:myRepeatingSection>
</my:myData>

Has anybody a code sample how i can change an add data to this repeating
section ?

Thanks for your help !

Greetings,

Benjamin Kremer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top