Questions tagged [infopath2010]

Microsoft Office InfoPath is a software application for designing, distributing, filling and submitting electronic forms containing structured data. According to one of its inventors, a key architectural design decision was "to adhere to the XML paradigm of separating the data in a document from the formatting".

303 questions
5
votes
4 answers

InfoPath 2010 forms do not open in the Browser using IE8

If the user has InfoPath installed on their PC the form will default to open in InfoPath. This is not desirable. All forms should open in the browser not in InfoPath. Why? Because some users in the company my have infopath installed and some may…
5
votes
2 answers

How to reset digital signature of an InfoPath form during c# workflow in Sharepoint 2010?

As the question says, I have an InfoPath form running on SP2010 using a c# workflow upon submission. If the form is rejected during workflow, then I need to reset it. I have everything under control, EXCEPT how to reset digital signatures to null,…
SpYk3HH
  • 22,272
  • 11
  • 70
  • 81
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
1 answer

Accessing Infopath form over the internet

We are a worldwide charitable organisation. We have a problem with one of our SharePoint applications and we are a bit desperate here due to the unavailability of solutions. A description of the problem: Our SharePoint 2010 application uses Infopath…
4
votes
2 answers

How to Auto-number Repeating sections in InfoPath 2010

I have several rows in my InfoPath form initially arranged in a table. Afterwhich, I've a repeating section consisting of a single row for the user to enter data row-wise in a repeated fashion. Each row needs indexing, the index starting from the…
user1654069
  • 41
  • 1
  • 1
  • 3
3
votes
1 answer

Casting Error on FileQueryConnection in Infopath 2013 Code

I've been working on an infopath form to migrate infopath 2007 to infopath 2013. To bind data to DropDownList controls FileQueryConnection has been used. // Retrieve the data connection bound to the Manager drop-down list box FileQueryConnection…
anbuj
  • 499
  • 4
  • 15
3
votes
2 answers

How to calculate first day of Due date based on frequency in Microsoft Infopath Designer

I am trying to calculate due dates based on the description of the frequency in another field on my form. So I have 3 fields , "Frequency" which contain the description, "Annually", "Semi-annually", "Quarterly". Then I have "Last Date" where there…
adit123
  • 117
  • 2
  • 20
3
votes
1 answer

Infopath - Create a drop-down List from Active Directory "Department" field

Is it possible to create a Drop-down list in InfoPath which connects to Active Directory and fills the list with UNIQUE Department Values only (no repeating ones) I need this for an InfoPath so when a user entering the data can pick one of the…
user19961
  • 31
  • 2
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
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
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
2
votes
1 answer

Programmatically open infopath template file (XSN)

I have a document library in Sharepoint 2010 and stored the infopath 2010 forms template (XSN file). Is there a way to programmatically (using C# code) open the XSN using SharePoint Object Model or Infopath 2010 object Model. I want to open the .XSL…
Kannan Karmegam
  • 651
  • 4
  • 12
  • 24
2
votes
1 answer

How to develop a custom control for Infopath 2010 browser forms

I have a requirement to develop a custom control for use in InfoPath 2010 web browser forms, I've looked in all the usual sources (MSDN, InfoPathDevelopers Centre, SO etc.) but I haven't been able to find any reference or tutorials on how to do…
Tim
  • 163
  • 1
  • 1
  • 10
2
votes
1 answer

How to generate a name with unique ID from infoPath form to Sharepoint Library? C#

I have made a submit button with c# code that submits from infopath form to SharePoint library. In infopath form I have a field and you have to type name. Name must be always the same john How can i make after name to generate a unique number for…
Nderon Hyseni
  • 247
  • 2
  • 18
2
votes
1 answer

creating form from infopath template

I have created the xml file (infopath form) from the template(xsn) programatically. I have the following xml file structure from the template file(xsn). Now I want to append values to the xml file.
Jyothi Srinivasa
  • 701
  • 2
  • 9
  • 26
1
2 3
20 21