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
14
votes
5 answers

Minimum C# code to extract from .CAB archives or InfoPath XSN files, in memory

Lately I've been trying to implement some functionality which extracts files from an InfoPath XSN file (a .CAB archive). After extensive searching around the internet, it seems that there is no native .NET API for this. All current solutions are…
Matthew Millman
  • 512
  • 5
  • 13
12
votes
4 answers

How to reset SharePoint 2010 List forms from InfoPath to the default forms?

I've converted a Custom List forms to use InfoPath forms using SharePoint Designer, now I want to revert this back and return to the normal New, Edit and Details forms. How can I achieve this? Edit: Here is what I did In SharePoint Designer 2010 I…
Ahmed Magdy
  • 5,956
  • 8
  • 43
  • 75
12
votes
3 answers

XPath: Default to 'Node A', select 'Node B' instead if 'Node B' is not empty

I need to create an XPath expression that does the following: Returns the element inside of 'NodeA' by default Returns the element inside of 'NodeB' if it is not empty. Here is some sample XML so that my target structure can be clearly seen (I am…
Shrout1
  • 2,497
  • 4
  • 42
  • 65
7
votes
2 answers

SharePoint 2013 - InfoPath form using REST API and cannot get the data

Environment: SharePoint 2013 Online & InfoPath form 2013 I'm try to make a data collection using REST API and using a button to trigger the action. When I preview the form & press the button first time, I get the error as below The query cannot be…
HateBear
  • 91
  • 1
  • 2
  • 8
7
votes
2 answers

Does InfoPath 2013 support Visual Studio 2013?

I am trying to develop custom code for an InfoPath 2013 form. I have Visual Studio 2013 Professional installed, but when trying to edit code I get the following message: The following external components are required to edit your form code. Please…
Tim
  • 337
  • 1
  • 3
  • 12
7
votes
2 answers

Multiple InfoPath interop automation instances

I am trying to automate multiple parallel instances of Office InfoPath 2010 via a windows service. I understand automating Office from a service is not supported however it is a requirement of my customer. I can automate other Office applications…
6
votes
3 answers

How can I automate the process of deploying an InfoPath Form to SharePoint Server 2007?

It is a real pain to deploy my InfoPath 2007 Forms from the designer into our development environment's SharePoint server. All of our forms require "full trust" since they include business logic written in C#. Here are the manual steps: 1) Run the…
Saul Dolgin
  • 8,624
  • 4
  • 37
  • 43
6
votes
1 answer

"The ':' character, hexadecimal value 0x3A, cannot be included in a name"

I have a code which will read some xml file(s). I tried different ways to solve this problem, but couldn't. Also I tried to code like this: Namespace my = "http://schemas.microsoft.com/office/infopath/2003/myXSD/2011-01-11T08:31:30"; …
Abdulyar
  • 61
  • 1
  • 1
  • 3
6
votes
2 answers

Inject javascript to Infopath form

We use Infopath 2007 + Sharepoint 2007 and need to inject some javascript to infopath form. I know that infopath form can be hosted on the aspx page using XmlFormControl. But this solution doesn't suit us =(. Is there any workaround?
Andrei Schneider
  • 3,618
  • 1
  • 33
  • 41
6
votes
4 answers

Mapping Infopath fields to Sharepoint columns

Any one has any idea how to map an infopath field to a sharepoint column of type choice? The infopath field is a repeating field, so the user can select multiple options, I want to be able to map those to the choice field in sharepoint. Any…
Sam
  • 133
  • 2
  • 4
  • 7
6
votes
1 answer

CSS styling of infopath forms

Is there a way to CSS style an InfoPath 2007 form rendered by Forms Server 2007? It seems to be somewhat of a "black box", but the formatting options in the Infopath client are pretty limited.
JacquesB
  • 41,662
  • 13
  • 71
  • 86
6
votes
7 answers

Deploying InfoPath forms to different SharePoint servers

How do you manage deploying InfoPath forms to different sharepoint servers? Is there a better way to deal all the data connections being site-specific without opening the forms, editing the data connections and republishing for each environment?
Tundey
  • 2,926
  • 1
  • 23
  • 27
6
votes
1 answer

Printing an InfoPath 2010 form in SharePoint 2010

Does anyone know where the option to print an infopath form (in my case a customized list form) exists in SharePoint 2010? In MOSS this functionality comes out of the box but either I am missing something really simple or my environment isn't set up…
Michal
  • 276
  • 1
  • 2
  • 6
5
votes
2 answers

CAML Query Comparing DateTime with Eq

I'm trying to put together a CAML Query that compares two DateTime objects, but I cannot get it to work using an Eq comparison. From my testing I can get Gt, Lt, Geq, Leq to work with DateTime comparisons, but Eq doesn't seem to work at all,…
ferr
  • 1,137
  • 3
  • 12
  • 28
5
votes
2 answers

Infopath 2007 - Emailed forms not rendering correctly

So I have a form that uses infopath services via sharepoint, and after multiple attempts at attempting to fix a rendering problem (tables appear WAY too wide to be readable), I think I have found the problem : date controls. It seems date controls…
Kolten
  • 3,495
  • 5
  • 42
  • 59
1
2 3
67 68