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
3
votes
2 answers

InfoPath with SharePoint list

Is there a way to check if a value is already in a SharePoint list from an InfoPath form without code behind? The form is browser enabled so I can not use scripts or managed code.
Adonis L
  • 1,679
  • 4
  • 20
  • 23
3
votes
2 answers

Remove the blank item from ListBox

The ListBox/Dropdown list use a external datasource(sharepoint list) as a datasource to populate the items. But there is one problem, the first item is a blank item, can we remove it? Best Regards,
Yongwei Xing
  • 12,983
  • 24
  • 70
  • 90
3
votes
2 answers

What are the security permissions required to enumerate users on active directory

System Specs: Infopath 2007 with c# code-behind Webservices Active Directory I need to get the users name (First Name and Last Name) from active directory but the user appears to not have permissions to read the active directory listings. What…
Nathan Fisher
  • 7,961
  • 3
  • 47
  • 68
3
votes
1 answer

Import Infopath .XML forms into data frame in R

What's the best way to import Infopath .XML forms in R, and transform into a dataframe? If I open the Infopath .XML file in Excel, the rows and columns of the data frame appear correctly. Here's what I tried in R using the XML package: Iused…
itpetersen
  • 1,475
  • 3
  • 13
  • 32
3
votes
3 answers

custom ASP.NET web form vs InfoPath

I am just assigned a project to make a paper based process to be web based. What I need to do is to allow user to fill out an online form and sign it using his/her mouse. The data entered and the signature needs to be later retrieved as a PDF…
sean717
  • 11,759
  • 20
  • 66
  • 90
3
votes
6 answers

How can a sharepoint form library be set up to allow users to submit forms, but not see other people's forms

This use case seems like it would apply to just about every form, but I have yet to find a good out-of-the-box solution for it. Imagine an HR Complaint form based on InfoPath and SharePoint. All Employees should be able to fill them out and submit…
Daniel
  • 3,021
  • 5
  • 35
  • 50
3
votes
3 answers

Retrieving a sharepoint list in Infopath only shows first 100 records

I am retrieving a list of values from a sharepoint list, which works well but my problem is that it only retrieves the first 100 records. there are currently 500 records that should be available. Scenario: I have two comboboxes on an infopath…
Nathan Fisher
  • 7,961
  • 3
  • 47
  • 68
3
votes
1 answer

Custom Windows workflows with inforpath task forms-Switching Multiple views in same form

I am customizing a developed windows workflow by adding more views to the task form. And in Workflow.xml there are task forms defined as "Task0_FormURN,Task1_FormURN,Task2_FormURN,Task3_FormURN,Task4_FormURN,Task5_FormURN" (Tags were Removed here).…
3
votes
1 answer

InfoPath 2010: no publish button

I am working on learning how to use InfoPath and I don't know what's going on. If you, look at the screenshot attached you can see that there isn't a publish button only the 'Save a snapshot' one. Yet everywhere I read there should be a button in…
user1470118
  • 412
  • 2
  • 9
  • 24
3
votes
1 answer

How do I programmatically close an InfoPath form in C#?

Is it possible to close an InfoPath form programmatically? I know that it can be configured as a form rule / action but I want to close the form via code.
Saul Dolgin
  • 8,624
  • 4
  • 37
  • 43
3
votes
1 answer

InfoPath using SharePointListUrl() as Content Type

I am using InfoPath 2010 and publish my form to a document library. On my form (that is emailed to the user) I generate a link that takes the user back to the list item so they can quickly return to the item for approvals or editing. The link is…
Shane
  • 31
  • 4
2
votes
2 answers

Incorporating a workflow Initiation Infopath form in Visual Studio 2010 for Sharepoint 2010

I am having issues trying to implement a workflow that pops up a infopath form when the workflow is activated. I followed the code project tutorial which gives a great example on how to link forms to tasks, but I have not been able to find any…
Foo
  • 293
  • 1
  • 3
  • 14
2
votes
0 answers

How do I get the Query String in an InfoPath form linked to Sharepoint?

I know that I can do some magic with code-behind files in InfoPath, but when you have an custom InfoPath form linked to a SharePoint list, InfoPath seems to get stupid and forget how to do developer stuff. Note the lack of the "Developer" tab when…
Jerry
  • 4,507
  • 9
  • 50
  • 79
2
votes
4 answers

Automating paper forms and process flow in the office

I have been tasked with automating some of the paper forms in HR. This might turn into "automate all forms" eventually, so I want to approach this in a way which will be best for the long term and will be a good framework as this project grows. The…
DeveloperMCT
  • 335
  • 2
  • 4
  • 14
2
votes
1 answer

How to programmatically create an InfoPath form from an InfoPath XSN template

I need a solution that creates an InfoPath instance form from an XSN template that exists on a SharePoint server, I am using this approach but this extracts template files on temp directory of server that we may not have write permission to. Is…
Amir
  • 714
  • 1
  • 13
  • 37