Microsoft Office InfoPath is a software application for designing, distributing, filling and submitting electronic forms containing structured data. According to one of its inventors, a key architectural design decision was "to adhere to the XML paradigm of separating the data in a document from the formatting".
Questions tagged [infopath2010]
303 questions
1
vote
0 answers
Issue with datetime field when adding more than one InfoPath form web part on the same SharePoint page
I created two lists in a SharePoint site: tbdl1 and tbdl2.
tbdl1 contains two datetime fields. One of these fields has default value set to now().
tbdl2 contains no additional fields other than title.
From list settings for each list, I customise…

Tom
- 510
- 1
- 7
- 24
1
vote
1 answer
InfoPath 2010: referencing the XmlFormHostItem class from a stand alone class library?
An InfoPath form inherits from the XmlFormHostItem class. I can use the XmlFormHostItem type in the VSTA 2005 event handler of a Button control. In order to reuse this code, I wish to do the same from a stand alone class library.
Details:…

Bernard Vander Beken
- 4,848
- 5
- 54
- 76
1
vote
2 answers
Iterate over InfoPath fields by Type
Is there anyway to iterate over infopath fields by type?
As in, iterate over all date fields, or all integer fields, etc. I am trying to write a class that performs field validation in code behind the form, as the OOTB field validation doesnt work…

TamarindoSean
- 91
- 8
1
vote
1 answer
Combine Infopath forms in a Document Library and make one PDF
I want to combine infopath forms in a document library which are not based on a same template. I checked the outofthe box Merge Functionality but it combines forms in a strange way means all the repeating sections from all forms together and all the…

Learner
- 79
- 2
- 11
1
vote
1 answer
Assign value to People Picker programatically in Infopath
As we can assign any field in infopath form using (Eg:TextBox)
MainDataSource.CreateNavigator().SelectSingleNode("//my:RequestedHardware",
NamespaceManager).SetValue("Test");
But when i am assigning the same for the PeoplePicker field it is…

Govind
- 544
- 1
- 6
- 23
1
vote
2 answers
InfoPath 2010 submit error
I am facing an issue when submitting an InfoPath form to a SharePoint forms library, I have 2 WFE servers with NLB, using HTTP for intranet(for local users) and the web application is available through the internet using HTTPS
when submitting the…

ehabzag
- 99
- 2
- 11
1
vote
1 answer
InfoPath form created from XSD: Dropdown empty value "Select"
I have created an XSD and then I created an InfoPath form (2010) based on this XSD. All fine, but I have a little problem with enumerations.
To create enumerations I have created a simple type, e.g.:
…

Boland
- 155
- 1
- 14
1
vote
2 answers
Infopath 2010 & Captcha for public Sharepoint 2010 sites
I use Infopath 2010 to create forms for public Sharepoint 2010 sites and one of the requirements is to install a Captcha check for each form.
Is this possible and if so, how?
Thank you!

Mr. J
- 11
- 2
1
vote
1 answer
People picker and InfoPath Form webpart problem
I have an InfoPath form that i show in InfoPath Form webpart. The form contains a "People Picker" control and for some reason it never appears on InfoPath Form webpart !
The account I'm using for testing have all permissions.

Amr Ellafy
- 730
- 8
- 26
1
vote
1 answer
Pass Entire InfoPath Form to Web Service (Not Submitting)
I have an InfoPath 2010 form that queries a web service. The web service is expecting the entire InfoPath form as an XML string parameter. By an XML string I mean the string on the format
UserName
…

sh_kamalh
- 3,853
- 4
- 38
- 50
1
vote
2 answers
Updating a SharePoint List with InfoPath List?
I want to update/create a SharePoint List using InfoPath. So far I have the form created and when I select the 'Submit' button I have set the program to indicate if the form was submitted successfully and I do receive this message. However, when I…

Richell
- 315
- 2
- 10
- 22
1
vote
0 answers
install_keras() Error: Keras installation failed (no conda binary found)
I am facing error in this command though I have python3 x in my system and have anaconda as well. I tried all the option given in
Error: Unable to find conda binary. Is Anaconda installed? reticulate…

Ashish
- 115
- 3
- 15
1
vote
1 answer
Setting the 'query field' on an InfoPath Data Connection
I'm trying to follow some instructions with the first line:
1) Set the "query field" (Account Name in getUserProfileByName Secondary Recieve data source) to the Account Id of field selected in People Picker.
From here. But when I go try and edit…

Dazza
- 139
- 11
1
vote
1 answer
Getting node data from infopath formatted XML
I need to get data from known nodes in an infopath xml. I have the following code Facility returns nothing when I am expecting '140x. Once I have the key to this I will be able to for each my nodes with siblings like my:CompletedByRpt. :( It must…

Joe Johnston
- 2,794
- 2
- 31
- 54
1
vote
1 answer
Is it possible to open one infopath from another infopath form browser enabled 2010
I have a form with multiple views and each view is too heavy to run.
So, is it possible to have multiple form, where one can open another (Browser enabled to upload in SharePoint)

Amit Singh
- 344
- 3
- 18