programmatically delete repeating table

K

kb at donovanhill

Hi,

I would like to delete all repeating table entries using VB.net (InfoPath
2007)
could anyone help me please?

I think it would be opposite to .AppendChild ? but I can find anything like
that.

Thanks
 
P

Paresh

Hi,

I would like to delete all repeating table entries using VB.net (InfoPath
2007)
could anyone help me please?

I think it would be opposite to .AppendChild ? but I can find anything like
that.

Thanks

Hi KB,

Take a look at the following link:
http://msdn2.microsoft.com/en-us/library/bb509311.aspx

I guess, the DeleteRange() method is what you are looking out for.

Do let me know if you need any further info.

thanks,
Paresh
 

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