The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
40 views

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 ...
0
votes
0answers
31 views

How to handle session timeout for XmlFormView control?

I would like to know if it its possible to handle session or form timeouts in a XmlFormView control which hosts a InfoPath 2007 form and prevent errors similar to the following from being displayed ...
0
votes
1answer
224 views

Infopath: rule is not running when checking SharePoint list field value

Using InfoPath 2010 which publishes to a SharePoint 2010 Form Library, a rule I added to the "Form Load" area doesn't seem to be running. Here's my scenario: On form load, I added a rule to check if ...
1
vote
1answer
694 views

InfoPath 2010 form not updating SharePoint columns

I have an InfoPath 2010 form that enables users to create vacation requests and store them in a SharePoint 2010 form library. When a user submits the form, the value of the Vacation Status column in ...
0
votes
1answer
221 views

How to bind Repeating Section from One List depending on DropdownList Selected Value in InfoPath?

Hello I am new to Infopath! I have Two Share point Lists: 1. ClientList(ClientID,ClientName,Title,ID) 2. ClientDocuments(DocumentID,RelatedClient,DocumentName,Title,ID etc) "RelatedClient" field ...
0
votes
1answer
238 views

How to Display Uploaded Documents in InfoPath Forms on DropdownList selected value?

Hello I am new to InfoPath! I have a ClientList which is bound to DropDownList. I want to display the Documents uploaded by Specific Client when DropdownList Value changes and accordingly the ...
0
votes
1answer
444 views

How to Bind Value of One DropdownList Depending on Other DropDownlist in InfoPath? [duplicate]

I have a DropDownList which is populated with One SharePointList in INFOPATH and the value for other textboxes are filled depending on this DropDownList Selected Value using Rules & Action. This ...
-1
votes
1answer
344 views

How to Bind textbox/ListBox from one List with depending on other Dropdownlist populated with Another Sharepoint list in InfoPath?

I have a DropDownList which is populated with One SharePointList in INFOPATH DESIGNER and the value for other textboxes are filled depending on this DropDownList Selected Value using Rules & ...
-1
votes
1answer
111 views

Error in Publishing InfoPath Form downloaded from SharePoint Server

I am new to InfoPath! i have downloaded a InfoPath Form from Sharepoint and trying to publish the InfoPath Form it displays Error as follows: Error:InfoPath will remove the following fields from your ...
2
votes
1answer
303 views

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 ...
0
votes
0answers
167 views

Can an InfoPath form sit on SharePoint and pull data through the sql database?

I have been out of the loop for a little while and am doing some research to find the answer to this question. There is a form that was created in InfoPath 2007 and we want this form to sit on ...
0
votes
1answer
145 views

InfoPath: Time field being converted to current time zone

I've created an email form using Infopath. (2007) It contains, first name, last name, date, time from and a time to field. I have supervisors enter the information on the form and submit it to our ...
0
votes
0answers
157 views

InfoPath browser form submitting dirty fields changed through javascript

I'm trying to submit an InfoPath browser form with fields that have been modified through the Spell Checker included in Sharepoint server. The spell checker checks all the fields in the page and once ...
0
votes
1answer
1k views

How to consume asp.net web service in SharePoint site?

I have asp.net web service application created in VS 2010. I created this web service using ASP.NET Web Service Application template in VS 2010. My InfoPath form consumes my webservice. However to ...
0
votes
0answers
68 views

Unable to uppercase the whole word in Infopath 2007

I am trying to convert text in uppercase..I have used the translate function.. translate(., "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXYZ") but i am getting result as "my name is ...
0
votes
1answer
649 views

InfoPath 2010 Property Promotion creates columns in SharePoint 2010, but form data isn't saved to them

I have an InfoPath 2010 form published to a SharePoint 2010 form library. When the form is filled out and submitted, the form gets saved, but the field data does not populate the columns that were ...
0
votes
1answer
131 views

How do I define a workflow that is triggered automatically once a form is submitted in the form library?

I need to submit a form which triggers a workflow that goes through different stages. How do I start first, is there a simple procedure to make it happen? please help me.
0
votes
1answer
260 views

Infopath form code : get folder in which a web-enabled form is stored

I have a web-enabled Infopath form stored in a document set. Is is possible, in c# code inside the form, to get the folder (document set) inside of which the actual form is stored ? Thanks
0
votes
1answer
2k views

Multiple Cascading Dropdowns - Infopath Form from SharePoint List

I have what is probably a simple issue. I have a SharePoint list with an text column (address) and two lookup columns for classification (Customer & Warehouse). Address ---- Customer ---- ...
0
votes
1answer
58 views

Snap controls to grid?

Having just started some work in Infopath after doing a lot of work with .Net Winforms I find manipulating the design of my form a very frustrating experience. Is there a method, option or addon to ...
0
votes
0answers
43 views

Is it possible to have useable controls in a read-only (read item) form?

I am designing a complex InfoPath form for an external SharePoint list. The form needs to display up to 300 product properties in 5 different groups. For the groups I use Section controls. These ...
1
vote
0answers
106 views

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. ...
0
votes
2answers
259 views

Hiding Section in InfoPath 2003

I am creating an infopath form in 2003 where I only want certain sections/controls to appear based on the users choice. I am aware that there are rules and conditions that will have to be applied to ...
0
votes
0answers
873 views

prepopulate “form people picker” from people field that contains multiple values

I have a little problem with infopath 2010 people picker and SharePoint People field. I was trying to prepopulate the people picker control in my form. Now the problem is that there are multiple user ...
4
votes
2answers
5k views

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 ...
0
votes
1answer
527 views

Programatically upload XSN to SharePoint

I have a bunch of InfoPath form templates (xsn) which I want to upload to a SharePoint list programatically. My program has to upload these form templates to different lists based on predefined logic. ...
0
votes
1answer
182 views

Infopath Send Current Form to Different Form upon Submission

I have an infopath form, is there anyway to get this current infopath form and once submit is clicked, have it go to another form or show a different set of fields upon press [submit] ? Thanks
1
vote
2answers
1k views

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 ...
0
votes
2answers
1k views

How do I find the HTML behind an InfoPath 2010 Form?

I am learning InfoPath 2010 and have a form that I am creating, but have two issues that I don't know what to do about. In the form I have created there are several columns (repeating tables). I ...
0
votes
2answers
166 views

WSS3, InfoPath 2007, Active Directory Web Service

Windows Server 2008 SP2 (Non R2), .net Framework 3.5 + patch for ADWS, IIS7 all present on the PDC. What is the default URI for the service? It cannot be found even with firewall switched off.
0
votes
1answer
534 views

Decision Tree Based Form in SharePoint

I have to implement solution for Microsoft Office SharePoint Server 2007 Standard. The user has some questions to be answered. Depending on answers, different results are presented. There will be max ...
0
votes
1answer
743 views

Is it possible make the attachment as a link to download a file in infopth form

I have an infopath form where i can attach pdf files. The attachment can be viewed only if i chose download from the attachment icon. I am unable to view the pdf by just clicking on the attachment. ...
2
votes
1answer
617 views

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 ...
1
vote
1answer
575 views

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 ...
2
votes
1answer
621 views

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"); ...
0
votes
1answer
331 views

Infopaht forms display in browser and for printing them

I have two questions that in sharepoint 2007 with infopath 2007, 1)"infopath form library forms(.xml) are not opening in browser" though i have made the option to "open in browser". 2)Another ...
1
vote
3answers
1k views

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 ...
1
vote
1answer
314 views

Direct URL to item in list, how?

Sharepoint 2010 & Infopath Form I want to use a url to go from a web page directly to a specific row using the form for that list
0
votes
1answer
449 views

“'SnippetElement' is null or not an object” error when submitting InfoPath 2010 form

I have an InfoPath 2010 web form that was upgraded from a 2007 version. The 2007 version worked fine. When the form submits, it saves to a SharePoint 2010 document library - it is being saved ...
0
votes
1answer
567 views

How to upgrade InfoPath forms in Forms Server from WSP

I have a SharePoint workflow built with Visual Studio that implement a custom task form via InfoPath and deployed to Forms Server. My problem is that anytime I need to tweak the form, I cannot get ...
0
votes
1answer
2k views

How to make sure users can only download file from the attachment control but not be able to upload or remove it

I'd like to create a read-only view in the infopath.However when I disable the attachment control ,user can not download the file at all.How to make sure users can only download file from the ...
1
vote
0answers
304 views

Browser enabled InfoPath Form Get local IP of a client

How do I get local IP of a client who opens InfoPath form in a browser ? I did VSTO C# coding but this is not browser supported anymore, right ? What do you advise me to do ? i need local IP because ...
0
votes
1answer
2k views

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 ...
0
votes
1answer
105 views

Lifecycle of XML forms in context of digital signature

I need some platform for implementing lifecycle of XML forms in context of digital signature. Lifecycle: Designer designs a form. New form is in "open for input" state. Active components like ...
0
votes
1answer
574 views

How to expose InfoPath form to a .NET MVC application

Is there possible to expose InfoPath form to a .NET MVC application?Can anyone point me to the right resouces or blog posts.Run out of luck with google.bing.com .
0
votes
2answers
214 views

How to get started on Infopath 2007 and Wokflow in MOSS 2007?

I am kind of new to SharePoint and have so far mostly worked with WebPart development. After two week or so i will have to work on an assignment where i need to know InfoPath and workflow can some ...
0
votes
2answers
4k views

InfoPath Forms Services, Manage form templates error file not found

Im using Sharepoint 2010 and when i tried to go to Central Administration -> General Application Settings -> Manage form templates (InfoPath Forms Services), the page shows error , file not found, ...
3
votes
2answers
384 views

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.
0
votes
1answer
314 views

Use a push button to add a section in an InfoPath form?

I'm working on an InfoPath form that's going to be run with InfoPath Forms Services on a SharePoint server. For a number of reasons -- mostly so that the customer can update the form without involving ...
0
votes
1answer
71 views

XPath does not pass brower compatibility checks in InfoPath 2007

Why do the targetField attributes below fail the browser compatibility checker in InfoPath 2007. Is there another way to write the statement so that it will work on Browser Enabled forms? ...

1 2