Questions tagged [infopath-forms-services]

76 questions
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…
3
votes
1 answer

No stylesheet was loaded

I am using C# code in aspx pages to covert the infopath xml pages into html. Here is my code: XPathDocument myDoc = new XPathDocument(@"C:\Users\rameshgandhik\Documents\infopath forms\ram.xml"); XmlTextWriter myWr = new…
Ramesh.kbvr
  • 763
  • 6
  • 15
  • 31
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
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
2
votes
1 answer

Infopath form publishing and root content type?

I have several infopath 2010 form template that I want to publish to a form library in SharePoint 2010 Server with enterprise CaL. All of this forms have a common part (a template part actually). Is it possible to define a common "parent" content…
Steve B
  • 36,818
  • 21
  • 101
  • 174
2
votes
1 answer

Promote InfoPath fields to columns in the form Library using feature

I understand that I can do this easily using the infopath designer.However , I need to deploy the infopath form using feature ,once the feature is activated ,the infopath form is shown as contenttype.My questions is how can I promote InfoPath fields…
Ybbest
  • 1,520
  • 3
  • 29
  • 43
2
votes
1 answer

How do I enable InfoPath services in SharePoint 2013?

I'm having a problem with enabling InfoPath form services in SharePoint Central Administration. I have SharePoint 2013 standard edition. I thought I could enable in the same way as in 2010 with help of this…
2
votes
1 answer

Error 5337 submitting InfoPath form to SharePoint

I have some InfoPath 2010 forms with custom code that submits information to SharePoint 2010 form-enabled libraries. One of the forms has a date field, chosen by a picker and stored in a Date/Time column in the library. The form had been working…
Frank H.
  • 876
  • 11
  • 21
2
votes
2 answers

How to change the default InfoPath form server Url for a form library in SharePoint

By default MOSS directs browser enabled InfoPath forms to the /_layouts/formserver.aspx page, with the query string parameters that define the form to display or edit. We have defined our own page (for a number of reasons) and would like to direct…
tstojecki
  • 1,480
  • 2
  • 19
  • 29
2
votes
3 answers

How do I submit an InfoPath form to multiple document libraries?

I need to design an InfoPath form that submits to different SharePoint libraries. Basically there needs to be a drop down list where a user selects a specific department. The department that is selected would then specify which SharePoint library…
Cali Soberanes
2
votes
1 answer

How to make an InfoPath web form and its web services accessible from the Internet via HTTPS?

I have an InfoPath web form deployed on SharePoint. It has Full Trust, uses web services to obtain data, and some pieces of code to generate filled rows in the form. The web services are custom web services deployed on the same web application on…
1
vote
0 answers

How to set a complicate rules in InfoPath?

In my SharePoint server I have an existing InfoPath form that contains data. I would like to add three new fields in the existing InfoPath and I want to make sure those newly add fields are not empty. If the fields are empty I would read the…
1
vote
2 answers

Updating a SharePoint List with InfoPath List?

I want to update/create a SharePoint List using InfoPath. So far I have the form created and when I select the 'Submit' button I have set the program to indicate if the form was submitted successfully and I do receive this message. However, when I…
1
vote
1 answer

create infopath form which receives data from web service and save it in sharepoint library

I have create a web service using WCF and I want to display, let's say the details of a company in the infopath. After I make the modifications, I would like to save it in sharepoint library. Once I save it there then I what I want is that when I…
1
vote
3 answers

MS InfoPath Question

Edit 4: I was finally able to solve my own issue. See checkmark answer below. Edit 3: I feel like I'm really close to solving this, just one hurdle remains in my way. Filters can only be applied in list boxes, combo boxes, or drop down list boxes. I…
1
2 3 4 5 6