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

Custom SharePoint SPUserField does not show up in InfoPath in Browser

I have create a custom field that inherits from SPFieldUser. Everything works fine on the site and the value displays fine in InfoPath as long as I am either in preview mode or select Edit In InfoPath. As soon as I view the form in the browser the…
emaurer
  • 133
  • 1
  • 6
0
votes
1 answer

InfoPath 2010 Property Promotion creates columns in SharePoint 2010, but form data isn't saved to them

I have an InfoPath 2010 form published to a SharePoint 2010 form library. When the form is filled out and submitted, the form gets saved, but the field data does not populate the columns that were created by InfoPath using property promotion. Any…
0
votes
1 answer

Infopath 2007 Repeating Table Nulls

I am getting this error: Data Could not be read. Data is Null. This method or property cannot be called on Null values. I know the Database has NULL values in some fields. I just want to handle them and continue filling in the next row. Here's…
Sean
  • 163
  • 1
  • 2
  • 11
0
votes
1 answer

SharePoint 2010 site template with a form library - the form template contains site URL

I am working on a site template that will be used to create hundreds of sites for different org units. The site should contain a form library, with an InfoPath form template. My question is - is it possible to create a template and let power users…
Vroomfundel
  • 730
  • 7
  • 24
0
votes
1 answer

How to extract the value from multiple checkbox and merge them in 1 texbox field on Infopath?

I 've created an Infopath 2010 form. It contains some checkbox, the user can choose more than 1 checkbox, and I want to merge these values into 1 textbox. here is the example: [ ] Value 1 <=this is the checkbox [*] Value 2 <=this is the checkbox…
blankon91
  • 521
  • 3
  • 15
  • 39
0
votes
1 answer

Infopath 2010 setting focus on a field in .NET Code?

I'm building a desktop (thick) Infopath 2010 form with code-behinds that need to set form focus on certain fields so that they are on the field in question for easier entry. Is there a way to do this in .NET? Offhand I can't seem to find a way.
tekiegreg
  • 1,667
  • 6
  • 25
  • 41
0
votes
1 answer

Error while navigating the page to another page

I am trying to redirect page on Button click of infopath form using the below code: HttpContext.Current.Response.Redirect("http://www.google.com", true); But i am getting this error: "Object reference not set to an instance of an object."
user1133737
  • 113
  • 5
  • 22
0
votes
1 answer

SecurityException when calling Sharepoint Webservice from Infopath

I am trying to create an Infopath-formular, which, when filled out properly, should call the lists.asmx webservice to add Data to a certain list. However, the call to the webservice doesnt work properly and i get a SecurityException. However after…
efkah
  • 1,628
  • 16
  • 30
0
votes
1 answer

The file is not a valid XML file. The file is not a valid XML document

I am attempting to enter the url (http://servername:port#/_vti_bin/lists.asmx) of a web service for the Data Connection Wizard in InfoPath 2007 but I receive this error: The file is not a valid XML file. The file is not a valid XML document. A…
Aci75
  • 87
  • 2
  • 12
0
votes
2 answers

printable non-digital signature in infopath form - how to improve user experience?

I have a timesheet in a browser-compatible InfoPath 2010 form, which is being submitted to a SharePoint Enterprise 2010 document library. The timesheet has to be signed by the user and their manager, and printable (including the signatures). It is…
LFurness
  • 669
  • 2
  • 10
  • 21
0
votes
0 answers

jQuery fire upon dynamically loaded content?

I'm working on a infopath form in Sharepoint 2010, and I need to add some JS goodness to the user experience. The problem is, I believe the "webpart" that loads the infopath form is loaded dynamically, and I can't attach any jquery events to the…
Dynde
  • 2,592
  • 4
  • 33
  • 56
0
votes
1 answer

InfoPath Display Contents of Specific SharePoint Folder

I am trying to display the contents of a specific folder on SharePoint within an InfoPath form. Here's what my current form is setup to do: The user selects a customer from a drop-down which is populated from List data on SharePoint. One of the…
Adam
  • 255
  • 6
  • 17
0
votes
5 answers

Workflow and Infopath

Do I need Infopath installed locally to edit forms in a workflow for sharepoint?
hyeomans
  • 4,522
  • 5
  • 24
  • 29
0
votes
1 answer

InfoPath handling via browser but without Sharepoint or Office Forms Sever

I have searched half of the internet in order to find a solution to render, fill out and save InfoPath form via web browser (IE only scenario is also good in my case). But I have found nothing. I have already tried exporting InfoPath form to Web…
PK.
  • 588
  • 1
  • 4
  • 12
0
votes
1 answer

Get selected words from Rich-Text box from Add-in

I have a VSTO add-in which has a menu and button. In my infopath form, i have multiple rich-text box which would be edited by user. While editing, if user select a word or sentence in any of the rich-text box and click the button from add-in, i need…
Karthik
  • 1
  • 1