Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Is it possible to make a repeating section have a default of zero items instead of one? My business requirements mandate that certain sections of my form start with no instances of that section, but more can be added from there.
-
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...
-
I have created an InfoPath 2007 browser-enabled form. I have the customary submit button at the bottom of the form. I have a repeating section on this form with a few different fields. Of note, the repeating section has a checkbox called 'Approved', a checkbox called 'Disapproved', and...
-
I am using IP 2007. I have 5 checkboxes: user can check any that apply. Two checkboxes cause their own corresponding section to show if true. When the form loads I want all sections to be visible so a user can print a blank form and fill it out by hand if they choose to. The hide/show functionality is...
-
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...
-
The form I created fills the fields with data it pulls from a sql view. I have rules on the "retrieve" button so it filters the data only for the account number specified. However, some weeks she will fill out 10 of these forms and even though it's a lot more efficient than the old way...
-
How to merge multiple xml files submitted from infopath web service? i have about 10 xml files with same structure (repeating tables) and almost same content. I just want to merge that repeating tables into one big table. is that possible? if possible how to do that?
Thank you
-
Good day I’m developing a form that has a repeating table in a repeating section. I was hoping to use qrules to populate the repeating table from a filtered SharePoint list (the filter will be in the repeating section). I can get the first repeating table to populate but not subsequent repeating tables...
-
First of all, I wanted to say that these forums have helped me immensely in the past and I wanted to thank you all. I'm currently working on an annual building safety inspection form that uses multiple SharePoint lists as secondary data sources. The primary purpose of the form is to allow an inspector...
-
hello all!! I have a repeating section such as: SPECIES_ID count length weight notes I need to only access SPECIES_ID value for each repeating section and store it into an array. I am working in C#, and I need to do this before saving the infopath form. I have tried using: XmlDocument doc = new XmlDocument...