Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General MS InfoPath Questions / July 2007

Tip: Looking for answers? Try searching our database.

How to get Repeating table value by code?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
lior - 24 Jul 2007 13:38 GMT
My InfoPath form contain a Repeating table and button. I want on the Click
event to read (in loop) all the Repeating table rows and values in each row.

How to do it in Javascript?
K.Ramana Reddy(GGK Tech) - 26 Jul 2007 07:28 GMT
Hi,

You need to get the node list for eery table.

//Getting the node list
var NodeList = XDocument.DOM.selectNodes("Xpath of your repeating table
parent node");    

You can read every node in the NodeList using any loop.

I hope this will help for you.
Signature

k.Ramana Reddy
http://www.GGKtech.com

> My InfoPath form contain a Repeating table and button. I want on the Click
> event to read (in loop) all the Repeating table rows and values in each row.
>
> How to do it in Javascript?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.