Retrieving and updating data from InfoPath repeating tables - Microsoft Community


i've found link helpful in getting data out of field in infopath. unfortunately, after attempt set value every time users made change on field, appears infinite loop , cause error.

here code:

xpathnodeiterator xnodeiterator = xnavigation.select(“/my:myfields/my:group1/my:group2”, this.namespacemanager);  while (xnodeiterator.movenext()){    string mystring = xnodeiterator.current.selectsinglenode(“my:county”, this.namespacemanager).value;    xnodeiterator.current.selectsinglenode(“my:county”, this.namespacemanager).setvalue("mystring"+ mystring);  }


what's problem here? please me.

tag: c#, infopath

hi,

check experts @ these microsoft developer resources.

msdn - developers
http://msdn.microsoft.com/en-us/dn308572.aspx

msdn - developers - community

http://msdn.microsoft.com/developer-communities-msdn


msdn - forums
http://social.msdn.microsoft.com/forums/en/categories/

msdn - forum for…?
http://social.msdn.microsoft.com/forums/en/whatforum/threads


hope helps.
--------------------------------------------------------------------------------------------
rob brown - microsoft mvp <- profile - windows , devices it : bicycle - mark twain said right.



Community Participation Center / Discuss the Microsoft Community site / Getting started on Microsoft Community



Comments

Popular posts from this blog

Windows 10 does not have any of my previous Windows 7 email address. - Microsoft Community