Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
I have created a form with many topics and then questions. Each topic has several questions, each question has 3 answers (Yes,No,N/A). Each Topic has its own Horizontal Repeating table with Buttons. I am able to sum all repeating tables as a whole but I can't figure out how to sum each user added...
-
Hi, I have a repeating table, which displays records of a SharePoint list from a particular user (variable) No I want to have the possibility to go directly to the record in the SharePoint list through a link in the repeating table. Is this possible? Kind regards, Jurgen
-
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...
-
Have a requirement to create repeating table with 10 static columns and only rows are dynamic. Here, I need to show only 4 columns and remaining columns should be visible when do a scrollbar, Please let me know how to implement this?
-
This is the control I want to populate - http://i.imgur.com/SWUvW.png . I'm trying to populate the field under "Work Checklist" with values from a SharePoint list while leaving the other columns with those blank controls to allow for input. Here is the code I have - http://pastebin.com...
-
Dear all, I have a browser enabled infopath 2007 form, and I am using code behind it to insert new rows into the repeating table. I have attached the schema and how I designed the form. In the code for the Add subgroup 1, I have: Dim myNamespace As String = NamespaceManager.LookupNamespace( "my"...
-
Hello... I am trying to figure out how to do Date Field Validation on Repeating Table and I can't get it to work. I have two Repeating Tables... The first one has “ SupplierDate” and the second repeating table has a “ Date” field. What I am trying to do is if “ SupplierDate” is set to 6/16/2011,...
-
I have multiple fields in repeating table and one of them is called “DVTShipTo” which is a Drop-Down List. Under this control, I have 10 different Shipping locations. I have created Data Connection that pulls Contact Information from the SharePoint and based on my location selection, should auto-populate...
-
I have been trying and looking for an answer on this for the past few days and this is my last resort. Here is the problem: I have Repeating Table group called “ SupplierRequest ” which contains “ SupplierPartNumber ” and “ SupplierModel ” fields. This Repeating Table will be used by requestor to populate...
-
Greetings All:
We have a form that has a repeating section with two dropdown boxes (the second is conditionally viewable and populated based on the selection in the first one) and then we have a repeating table under the dropdown boxes where the users can maintain a log of their comments.
The issue...