Repeating Table - InfoPath Dev Sign in | Join | Help in Browser Forms InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Browser Forms » Repeating Table Use our Google Custom Search for best site search results. Repeating Table Last post 08-21-2012 02:02 PM by Olgierd. 4 replies. Page 1 of 1 (5 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 08-20-2012 04:25 AM Olgierd Joined on 08-16-2012 Posts 43 Repeating Table Reply Contact Is there a way to load e.g 50 exactly same lines in the form, instead of asking user to add it manually? Filed under: web based form, Infopath 2010, repeating tables 08-20-2012 05:32 AM In reply to Ghassanchrist Joined on 08-20-2012 Denmark Posts 3 Re: Repeating Table Mark as Not AnswerMark as Answer... Reply Contact It is quite simple to do that in the code behind. You can for example have a "Clone" button and hitting that button takes the current record and clones it X times using the AppendChildElement method. Ghassanchrist 08-21-2012 06:21 AM In reply to Olgierd Joined on 08-16-2012 Posts 43 Re: Repeating Table Mark as Not AnswerMark as Answer... Reply Contact Hi, Could you share the way I could do it? I am not a programmer, so even these "simple" things give me a headache:) 08-21-2012 06:29 AM In reply to Ghassanchrist Joined on 08-20-2012 Denmark Posts 3 Re: Repeating Table Mark as Not AnswerMark as Answer... Reply Contact Are these 50 lines static or copies og user entered data? Ghassanchrist 08-21-2012 02:02 PM In reply to Olgierd Joined on 08-16-2012 Posts 43 Re: Repeating Table Mark as Not AnswerMark as Answer... Reply Contact Each line would be unique in terms of entry. Page 1 of 1 (5 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
Is there a way to load e.g 50 exactly same lines in the form, instead of asking user to add it manually?
It is quite simple to do that in the code behind.
You can for example have a "Clone" button and hitting that button takes the current record and clones it X times using the AppendChildElement method.
Hi,
Could you share the way I could do it? I am not a programmer, so even these "simple" things give me a headache:)
Are these 50 lines static or copies og user entered data?
Each line would be unique in terms of entry.