repeating table add rows programaticly

F

Filip

Hello

I'm using infopath 2007 and VB.NET

I'm trying to add add rows programaticly to a repeating table(the numbers
of rows should be inputed in a separated text box)

for example:

if i put 3 in the textbox and press the button i'm supposed to obtain a
repeaiting table with 3 rows.



I was searching all around the forums but the only solutioin i've found was
a jscript code.

thanks
 
D

Don Reamey \(MSFT\)

Since a repeating table is XML you can construct a node and use the XML
functions to insert the node into the correct group.
 

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