Questions tagged [infopath]

InfoPath is a component of the Microsoft Office Suite of applications that allows for the creation of XML based form templates and the collection of structured data.

InfoPath is a component of the Microsoft Office Suite of applications. It is an application that allows for the creation of XML based form templates and the collection of structured data. Templates can be deployed to Windows desktops or to an Office SharePoint server. The application can also leverage web services and SharePoint lists as well as SQL Server and Access databases.

Infopath is discontinued on 1 jan 2014, but will be supported until 2026.


Wiki links

InfoPath status in a nutshell

  • There will be no InfoPath 2016, but InfoPath 2013 is filling that role. SharePoint 2016 works with InfoPath 2013, which will be supported until 2026 as if it were part of Office 2016.
  • InfoPath 2013 is now available in the Microsoft Download Center. Microsoft has provided guidance that the successor to InfoPath will be PowerApps, but with caveats: feature parity with InfoPath is not a goal, and InfoPath will still be preferred for some scenarios involving offline work and rich XML documents, for example.
  • Office 365 will support InfoPath browser forms in SharePoint Online ‘until further notice‘. There were indications that support might end one year after the release of Office 2016, but that date has now passed.
  • InfoPath browser forms with code do not work with the Managed Solutions Gallery (SP 2010, 2013, 2016)
  • InfoPath browser forms with code do not work on SharePoint Online.
  • InfoPath browser forms do not work on mobile devices when SharePoint Online mobile view is enabled.
  • There are reports of problems using InfoPath 2013 with Outlook 2016 email.

Taken from this blog

1009 questions
0
votes
1 answer

Passing Infopath form field value to SQL query

I want to use Infopath 2010 form field values in SQL statement when defining data connection. The problem is that I was unable to find out the appropriate syntax. So, if I have a single textbox called Name_tb, how could I use his value? in a simple…
0
votes
1 answer

Publish Infopath form takes very long

I am publishing a browser enabled Infopath form to Sharepoint server 2007. Once i publish the form using the publishing wizard i upload it using the Sharepoint Administratior. The upload takes 15-20mins. I found that within the Feature folder in the…
vik
0
votes
1 answer

How will changing the InfoPath List Reference affect old saved forms

I have created a form in InfoPath on a SharePoint site that refers to a List on that site for data. The form has been used for years and there are many old forms saved. I need to update the List name as it no longer applies to the organization (my…
0
votes
1 answer

Connecting MS Infopath with Siebel CRM On Demand using Web Services

I have to create a form where I want to send customer id to CRMOD and and should get customer address…customer contacts. I did but when i click on Run Query button it gives me error: The SOAP response indicates that an error occurred on the…
Sankalp
  • 173
  • 2
  • 9
  • 25
0
votes
1 answer

Opening InfoPath forms in .Net 4.0

I'm working on upgrading an older application from .Net 2 to .Net 4. The program utilizes infopath forms, and they are causing a fair amount of annoyance to get working. First, it was throwing a FileLoadException, with the message "Mixed mode…
Greg
  • 350
  • 2
  • 19
0
votes
1 answer

ProgrammaticallyTransfer Data from Infopath to Excel

I'm looking to create some custom code for Infopath (with Visual Studio 2010) to take certain data fields within the form and export them to Excel, mapping this data to the correct cell. Is there a way to do this? I've attempted excel services,…
xdrtb
  • 1
  • 1
0
votes
1 answer

InfoPath cannot submit the error occurred while the form was being submitted

We recently upgraded an intranet site created in SharePoint 2003 to SharePoint 2007. After we did that multiple InfoPath Forms began to fail when either open or submitted. It is unsure if these forms were create in infopath 2003 or 2007 however…
Brent
  • 121
  • 3
  • 16
0
votes
1 answer

'Manually' unlock an InfoPath form in SharePoint

We have a solution in which we use SharePoint 2007 to 'store' InfoPath forms in a FormLibrary. We've created a .NET client application which uses InfoPaths FormControl to open and display the forms to the end-user. When the application shuts down…
fguchelaar
  • 4,779
  • 23
  • 36
0
votes
3 answers

Clear a form field and then set it to read only

I have a check box and a text field in my InfoPath form. When the check box is unchecked, I would like to clear the field content and then mark it as read-only. I created a conditional formatting to mark the form as read-only and then a rule to…
oscarkuo
  • 10,431
  • 6
  • 49
  • 62
0
votes
1 answer

infopath 2010 person and group retrieve email

i want to make the code send email that is picked from active directory inside a text box XPathNavigator dataSource; dataSource = this.MainDataSource.CreateNavigator(); string toAddress =…
0
votes
1 answer

Microsoft InfoPath Error? Cannot open

Just wondering if anyone can help me with an InfoPath problem I've got. I have a form that I am unable to open, originally displaying the message below. The form definition (.xsf) file contains elements, attributes, or structures that are not…
0
votes
1 answer

InfoPath 2010 Radio Buttons bound to different fields

I have about 18 radio buttons, each bound to their own field. They are all in the same section. However, a user is able to select more then one of these buttons. I want the user to only be able to select one of these buttons. I know this can be done…
Meyer Denney
  • 796
  • 1
  • 11
  • 34
0
votes
1 answer

Why is InfoPath letting me do edit controls in real-time?

This an odd error. Infopath is letting me to change (move around, delete, expand, etc.) controls of the form in real time as if I was in in design mode. It happens for a particular view, not all of them. I don't want this. Does anybody know what…
CodeRedPR
0
votes
1 answer

Infopath Custom Task Form Updation : System.xml.xmlexception

I have created a workflow to create a task and approve that task using custom infopath form. While clicking the button Approve/Reject, the task form raises an XML exception as "Date" is an unexpected token, the expected token is "=". Below I have…
0
votes
1 answer

Can infopath be integrated with asp.net for the data entry portion of an application?

Can ms infopath be integrated with asp.net or is it only for use with sharepoint? I would use it to provide the dataentry portion of an c# aspnet application.
Lill Lansey
  • 4,775
  • 13
  • 55
  • 77