Skip to main content

All Questions

Tagged with
0 votes
1 answer
111 views

Retrieve value from a drop down in sharepoint list and use those values for infopath drop down

I need to figure out how to get values from the drop down column on SharePoint site and use those values in info path drop down. Can it be down using rules or we need a c# code for that.
Jainil Parikh's user avatar
1 vote
1 answer
1k views

Infopath with VS 2017?

I have Visual Studio 2017 and InfoPath 2013 installed currently and was investigating the custom code options for Infopath and it states that I need to install VS 2012. Is it possible to get Infopath ...
vanblart's user avatar
  • 687
0 votes
0 answers
130 views

InfoPath Forms move to another environment

I have a question regarding the InfoPath Forms 2010. I've created in my DEV environment Templates which I would like to use for ListA, I've created them and tested on my environment all is good. Now ...
Shkipper's user avatar
  • 2,105
0 votes
1 answer
42 views

Unable to Access Single Promoted Field Value

After creating a form in InfoPath and publishing it to SharePoint, I can use Microsoft.SharePoint.Client to retrieve all the items from my document library using the following Key strings: const ...
Bassie's user avatar
  • 676
3 votes
0 answers
563 views

Post Infopath Form remotely using REST SharePoint 2013

I am a C#/DBA/Web developer using VS 2015 and new to Infopath/SharePoint so no bashing please. Got thrown into this project and have been banging head against wall for week trying to resolve this. ...
JAL's user avatar
  • 31
0 votes
1 answer
217 views

Bring Back field deleted from InfoPath Form connected to SharePoint List

I have researched a few options, but nothing seems to help. I accidently deleted a field from my InfoPath form (that's created in InfoPath 2010) and published it to SharePoint List. I was making a ...
SharePoint Lady's user avatar
0 votes
1 answer
99 views

InfoPath Conditional Arguments

I am developing a form in InfoPath to publish to Sharepoint 2010 that will have to do some calculations based on inputs. I am trying to set the value of one field based on the input from 2 option ...
TT CAM's user avatar
  • 3
0 votes
1 answer
923 views

Exporting InfoPath form to PDF when user's display is at 150%

I have a button added to my list view that opens SP2013 list data into a new InfoPath form using the InfoPath 2013 client. That form then has a button which programmatically exports the form into a ...
Omegacron's user avatar
  • 1,822
3 votes
3 answers
5k views

How to make a print button in infopath form?

In infoPath form I have a button which duty is to print the current document, I have been trying this one thisXdocument.PrintOut(); but the following error occurs "The name "thisXdocument" does not ...
Nderon Hyseni's user avatar
3 votes
1 answer
611 views

Update List Item Programmatically

I have the following code in a InfoPath form that should update a list with items from a repeating table. For some reason the code runs i get no errors but the list is not updated with the items, can'...
Thomas's user avatar
  • 31
1 vote
1 answer
249 views

How to create a new InfoPath form in form library programatically using an event handler?

I would like to add Infopath form, that is a new item in the Form library programmatically. This would be using any event handler. Please guide.
Sam Timothy's user avatar
0 votes
1 answer
40 views

Enable programmability in InfoPath 2007

I have a 2007 InfoPath form that I'm hosting on my SharePoint (not web-enabled) to which I'd like to add some C# code to make it more robust. I am well aware that InfoPath 2007 is programmable with a ...
Taylor Lopez's user avatar
0 votes
1 answer
467 views

Setting the value of a boolean XMLElement

I'm having a problem when assigning a value to a Boolean check/tick box within InfoPath xml code. I've created text boxes using inner text values but this gives the error of an incorrect data type. ...
Matt's user avatar
  • 41
0 votes
1 answer
175 views

Repeating table creates a duplicate entry of the last node into the first position, Infopath

The problem I'm having is that the last node in a repeating table is duplicated into the first position of said table eg: 3 1 2 3 I've got a statement that deletes this node: //OrganismResults ...
Matt's user avatar
  • 41
0 votes
1 answer
3k views

Set values in repeating table fields programmatically

I have some logic which calculated a list of dates that are to be displayed in the repeating table. The repeating table structure is as shown in the image: The code that I have used to set data in ...
Mancy Desaee's user avatar
  • 1,807

15 30 50 per page
1
2 3 4 5