Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Is there a way to reference the current node of an enclosing repeated section in an enclosed repeated section? I have three nested repeating sections: Category, Subcategory and Skill. All three are repeating sections. All three come from different SharePoint list receive connections. All I want to do...
-
I am still very new to Infopath, however I have successfully (Thanks Hillary!!! for the repeating table information and the rest of the team for the branding information) been able to create an awesome form with some repeating table data that is added when the form is submitted. I want to take this a...
-
Hi ! Im quite new to this thing and now i have some troubles. I hope someone here can help me or atleast point me in the right direction. I have a InfoPath 2010 document that i includes an area with static fields and one are that is a repeating area with 3 fields. This 3 fields i try to so save in arrays...
-
Hi everyone, i have a repeating table which contains a checkbox. The structure is activitylogs(group)-> activityLog(repeating table)-> ongoing (checkbox) I want to dynamically insert new row and assign the checkbox a value according to another filed value. I managed to insert the checkbox, but...
-
This is the problem I have. I have a form. The form has 2 tables. The first table isn't repeating, and sets values related to a project (Region, Project Name, Manager Responsible). Then under that, there is a repeating table, that sets values for people related to those projects (Name, Salary, ID...
-
Hello, I'm using Shiraz Cupala 's method to repeat table headers of a repeating table across multiple pages - and it works great. However, I also want to add a field displaying the amount carried over from the preceeding page. Placing the field at the appropriat position on every page isn't...
-
hey everyone :) I'm new to Infopath 2010, I'm doing a table 5 columns * 6 rows, each cell must contain an input field. on submit, each cell will become an item in a SharePoint list. So, all the fields in the form belong to the same list column. is there any way to do a multi submit using repeating...
-
Hi all,
I have been enjoying working in infopath but sometimes the repeating table is killing me, please help me somebody for the below problem.
I am integrating the infopath form with ERP database using custom webservices call in button click event. I am creating sales order thru infopath in...
-
I've made some progress. I located the following example ( http://www.bizsupportonline.net/infopath2007/programmatically-add-row-repeating-table-xmlwriter.htm ): Dim myNamespace As String = NamespaceManager.LookupNamespace("my") Using writer As XmlWriter = MainDataSource.CreateNavigator...
-
There are multiple examples how to populate a repeating table from a Sharepoint List, so that's not the problem, but let me change scenario a bit. I'd like to have a repeating section with a dropdown list and repeating table. Let's say I have Sharepoint List with 3 columns: Department, FirstName...