Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
I have a repeating table that I've copied to my main data source from a SharePoint list using qRules. This works great, but I need to filter the table results based on checkboxes the user might select. Initially I had 4 boolean columns in the table to match the checkbox options. I've gone back...
-
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"...
-
Hi, I'm working on a infopath (2010) form for a PhoneCompany and i have 2 issues to cover, I can't find a direct post to help me with the issues.. gonna try to explain them here First of all, I'm wondering if the presented issues can be resolved without using programming code Issue 1: I have...
-
Hi all I have an InfoPath 2007 form bound to an Access 2007 database, and I have two questions pertaining to a Master/Detail control I want to set up. My database and form are for tracking requests that people put in to create a new support group in our trouble ticketing application. My main data connection...
-
I have a form that pulls data from a database through a webservice, andI have this datasource bound to a repeating table. What I would like to be able to do is to insert/edit/ or delete records in this repeating table so that when chages are done I can use another webservice to write this corrected table...
-
Hi all, I have the following problem : I have a number of controls (radion buttons), where exist the option "Unknown". I would like to present all radio buttons where the selected value is "Uknown" to be visible in a drop down. I tried to populate a repeating table and then the drop...
-
Hello, I am having the following problem, I have a SharePoint List with the collumns: Function: Name: Email: ABC Svetoslav zashkata@abv.bg and so on I have 6 entries(rows). I am using a repeating table in InfoPath form to represent the functionality to enter as much entries(names) as the user require...
-
In my Access database I have several tables that has an autonumber, but in my form I just ignore them (ie. not displayed on the form) because it is generated when I submit the form. Are you wanting to add your existing fields to repeat table, or are you wanting your existing fields to have a pre-set...
-
The rules are applied to the data source that is populated from an MS Access query into repeating table 1. There are no conditions set and the action is: Set a field's value: Item_Description = @Item_Name where Item_Description is the from repeating table 2 and @Item is from repeating table 1 You...
-
Hi, Please help, I'm stuck on this one! I have a repeating table that is receiving data from a secondary data source which is an MS Acess database query. The table reads the data correctly. I'm trying to load this data into a read-only second repeating table which is bound to my main XML data...