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

InfoPath Ignores Controls in Rules and XPath Randomly

Overview I have several Check Box controls across several views. These checkboxes serve as toggles to hide/unhide various sections within the same view. The relevant rule is set to the section, with a Condition of chkbx1 != "True", and format set to…
Aaron Contreras
  • 645
  • 5
  • 9
  • 24
5
votes
3 answers

System.TypeInitializationException

I am writing tests to test Infopath Forms to open in Form Control, my test method is as [TestMethod] public void Validate_OpenInfopathInFormControl() { Helper.OpenForm(); //Other Code } I have written Helper class as public class…
sam_33
  • 585
  • 5
  • 10
  • 20
5
votes
1 answer

SharePoint InfoPath form postback issue

As a SharePoint developer I am reviewing a browser-enabled InfoPath 2010 form published to a SharePoint Online (Office 365) environment. The InfoPath form contains several controls – textboxes, rich textboxes, dropdown listboxes, multiple-selection…
4
votes
2 answers

Programmatically convert infopath 2010 forms to pdf using Infopath object model

I have infopath 2010 forms published to sharepoint 2010 forms library. I want to provide an option ( webpart with a button) in the forms library to export the published form to PDF. Is there a way to accomplish this using Infopath 2010 forms servies…
Kannan Karmegam
  • 651
  • 4
  • 12
  • 24
4
votes
1 answer

XmlWriter - Writing xsi:nil=true attribute

I have an issue with an InfoPath 2010 form, that has some code behind it. The purpose of my form is to collect data from a user, and using the answers provided, auto populate a number of required tasks. These tasks are populated in a repeating…
Grant80
  • 61
  • 7
4
votes
4 answers

Using InfoPath Form Web Part to Display Existing Form (not a New One)

InfoPath form web part can be used to fill out a published InfoPath form (a new instance). I want to use the web part to open an already filled form to do some modifications. Can this be achieved (using this web part or any other solution)? The…
4
votes
2 answers

Publishing Infopath 2010 form to sharepoint 2010

This question is about publishing infopath 2010 form to sharepoint server 2010.I designed a form and publish it to a sharepoint library successfully.When I try to fill the form and save it to sharepoint library,I am unable to do it? Can Some one…
Tortoise
  • 731
  • 4
  • 10
  • 21
4
votes
3 answers

Can i create a XmlNamespaceManager object from the xml file i am about to read?

I have some c# code running on sharepoint that i use to check inside the xml of an infopath document to see if i should checking the document or discard the document. The code is working fine for a couple of different form templates i have created…
Buzzby
  • 291
  • 1
  • 3
  • 15
4
votes
4 answers

Use UpdateListItems webbservice on Sharepoint using Infopath form without managed code

I need to create a Infopath form that users can use to create posts and update a Sharepoint list. I have located the list GUID and the Lists.asmx webbservice. I have made sure that I am admin with full rights on the List in question. The list is a…
Peter Wirdemo
  • 498
  • 2
  • 11
  • 25
4
votes
3 answers

RegEx Date Validation for M/D/YYYY and MM/DD/YYYY (InfoPath)

I'm looking for some RegEx for a custom pattern validation for a date field in InfoPath 2010. The accepted date format is m/d/yyyy or mm/dd/yyyy. Attempt 1: (\d{1,2})/(\d{1,2})/(\d{4}) Attempt 2:…
manh2244
  • 133
  • 1
  • 2
  • 15
4
votes
3 answers

Infopath 2007 and WCF Data Connection

I am having trouble trying to connect an Infopath 2007 form to an WCF web service. I appears that the Infopath only wants to communicate via a SOAP 1.0 message. To get around the issue for the moment I have created an .asmx web service. Should I…
Nathan Fisher
  • 7,961
  • 3
  • 47
  • 68
4
votes
5 answers

Forms in SharePoint

If I want to put a form up on SharePoint, is it easier to use InfoPath or build a custom web part in C#? Are there other options that I should consider? What are the requirements and hurdles for each option?
Maitus
  • 729
  • 2
  • 6
  • 14
4
votes
1 answer

How to have a program screenshot itself when ran as a windows service?

Possible Duplicate: Screenshot of process under Windows Service I am attempting to more or less emulate Infopath Form Services. So I want to be able to approve or disapprove forms via mobile devices (users will be notified via email). I have the…
3
votes
2 answers

What are the Benefits of using InfoPath forms in SharePoint?

What are the Benefits of using InfoPath forms in SharePoint? I’ve been doing research on InfoPath to see how it integrates with SharePoint. The idea of letting users create their own forms offers a lot of power, and could enable people to handle…
ICodeForCoffee
  • 3,187
  • 2
  • 30
  • 40
3
votes
2 answers

Programmatically generate InfoPath form template?

Is it possible to programmatically generate an info path 2007 form template (xsn file=form definition) ? I know that there is no object model for the infopath 2007 form designer, but does anyone know of any third party libraries? The form view…
Matt Randle
  • 1,885
  • 2
  • 17
  • 22
1
2
3
67 68