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
2
votes
1 answer

Permission class in InfoPath C#

I am new to InfoPath as well as SharePoint 2010. I am trying to set the permissions of an infopath form so that if a checkbox is checked in that form, only certain user groups in SharePoint can view that form. However, I have found very little…
Meyer Denney
  • 796
  • 1
  • 11
  • 34
2
votes
1 answer

Infopath form publishing and root content type?

I have several infopath 2010 form template that I want to publish to a form library in SharePoint 2010 Server with enterprise CaL. All of this forms have a common part (a template part actually). Is it possible to define a common "parent" content…
Steve B
  • 36,818
  • 21
  • 101
  • 174
2
votes
2 answers

How to migrate Access database and forms in SharePoint online?

I'm starting a new project where we are expecting to migrate desktop based Access 2016 applications (with a lot of backend VBA and relationships between the tables) into SharePoint 2016 on-premise and very soon, SharePoint Online. From what I've…
BWieland86
  • 35
  • 2
  • 8
2
votes
1 answer

Creating and deploying infopath forms in in sharepoint 2010 form libraries

I have created infopath form library in SharePoint sever2010. I am using Windows server 2008R2 OS and MS-Office 2010. When i clicked on "Add new document" in form library, it is asking a .xsn template. I created a template using infopath 2010 and…
Ramesh.kbvr
  • 763
  • 6
  • 15
  • 31
2
votes
1 answer

set multiple namespaces with XmlTextWriter

I'm trying to create an infopath form XML file. I was initially following this example programmatically-create-infopath-form-console-app but I'm getting issues with multiple namespaces. Here's some namespaces in my infopath form XML…
Jummi
  • 123
  • 1
  • 13
2
votes
0 answers

InfoPath Contact Selectors in Repeating Section

I have a repeating section that contains 3 contact selectors which loads different data for a given object. When I click use the "run query" option to load all of my objects, they are correctly populated for the first item. However, instead of…
Jesse Roper
  • 1,269
  • 7
  • 31
  • 56
2
votes
7 answers

What tasks will programming automation tools never be able to do?

I just finished a class on InfoPath where the teacher had a grim view of the future for programmers. I've always had a hard time believing that someone will write a tool that will allow a non-technical person to do the job of a programmer but there…
Abe Miessler
  • 82,532
  • 99
  • 305
  • 486
2
votes
1 answer

Save form v.s submit form in infopath2010

Hi I am new to Infopath ,SharePoint2010. I have a form library where user can complete a form. It allows user to save incomplete form. Once they complete the form , it will allow user to submit the form. However, When saving the form , it will…
Ybbest
  • 1,520
  • 3
  • 29
  • 43
2
votes
1 answer

Promote InfoPath fields to columns in the form Library using feature

I understand that I can do this easily using the infopath designer.However , I need to deploy the infopath form using feature ,once the feature is activated ,the infopath form is shown as contenttype.My questions is how can I promote InfoPath fields…
Ybbest
  • 1,520
  • 3
  • 29
  • 43
2
votes
2 answers

Search for a particular SharePoint user programmatically

I've an InfoPath form that the filler needs to specify people. A workflow later assigns tasks to these people. What I'm looking for is a people picker like what SharePoint has for user fields, but that I can use in InfoPath. I've already designed a…
Daniel Revell
  • 8,338
  • 14
  • 57
  • 95
2
votes
2 answers

Regular Expression not Working

I am receiving some strings in this format: "tel:+441234567890;ext=7890" To extract the different numbers, I usually use these regex patterns, which return the shown output: ParseTelephoneNumber public static string ParseTelephoneNumber(string…
Bassie
  • 9,529
  • 8
  • 68
  • 159
2
votes
1 answer

C# String-Interpolation in InfoPath Form

I am trying to add some code to an InfoPath 2013 form for use on a SharePoint 2013 website. This appears to be working normally after installing Visual Studio 2012 and opening it via InfoPath. However, after importing some of my old code (which…
Bassie
  • 9,529
  • 8
  • 68
  • 159
2
votes
1 answer

Infopath - Parent / Child Forms for Sharepoint

I need to implement a solution for a client SharePoint Office 365 site. I know you can do things with 3 parts solutions or Jquery but I'm trying to keep it OOTB as possible. Here is a simplistic view of the scenario. There is a list called Parent.…
Delecron
  • 109
  • 1
  • 8
2
votes
2 answers

How to make dropdownlist as Readonly Field In Infopath 2010

How to make dropdownlist as Readonly Field in Infopath 2010.
svincoll4
  • 61
  • 2
  • 2
  • 8
2
votes
1 answer

How does Response.ContentType work?

I am downloading an xml string from ASP.Net and want it to open in MS Office Infopath. I set the ContentType to "application/ms-infopath.xml" (not sure where I got that from). On some machines it is fine, on others the xml opens in the browser, or…
Graeme
  • 2,597
  • 8
  • 37
  • 50