Tagged Questions
The infopath-forms-services tag has no wiki summary.
2
votes
1answer
787 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 ...
2
votes
1answer
322 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 ...
2
votes
1answer
217 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");
...
2
votes
2answers
209 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.
2
votes
2answers
821 views
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 ...
1
vote
0answers
24 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. ...
1
vote
1answer
404 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 ...
1
vote
3answers
564 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
112 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
1
vote
0answers
162 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 ...
1
vote
1answer
48 views
Can I edit a sharepoint list using Forms Services?
I don't know if I can edit a sharepoint list using Forms Services. Is it possible design Infopath Forms working with Sharepoint lists
1
vote
1answer
381 views
Custom Infopath control for browser-enabled forms - is it possible?
So, is it possible?
I need to choose domain users in web-enabled Infopath form and now I am using drop down list with custom web service, but may be possible write custom control for web-enabled ...
1
vote
3answers
1k views
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 ...
1
vote
2answers
905 views
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 ...
0
votes
0answers
15 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
14 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
21 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 ...
0
votes
0answers
18 views
Infopath 201 and SharePoint 2010 when i publish the new form [closed]
Good morning,
I'm having a problem with Infopath 2010, I'm doing a customization form for a SharePoint list in 2010.
Yesterday's publishing and everything was ok, but today when I publish the ...
0
votes
2answers
37 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
352 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 ...
0
votes
0answers
127 views
Microsoft SharePoint Server could not find the State Service. Contact your farm administrator
i was trying to call XmlFormView in my ASP webpage, but i face the following error when i execute it.
i was following msdn guide, http://msdn.microsoft.com/en-us/library/aa701078.aspx
...
0
votes
0answers
9 views
Is it possible to do this in Infopath?
Create a single IP 2007 form that submits directly to multiple tables within a SQL server database (with no use of web service) ?
Thanks
0
votes
0answers
28 views
Why do fields Repeat Automatically Infopath? [closed]
Why do some fields in Infopath automatically repeat upon insertion into a IP form?
0
votes
0answers
303 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
60 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
0
votes
2answers
441 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
201 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
1answer
80 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
218 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
249 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. ...
0
votes
1answer
145 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 ...
0
votes
0answers
94 views
Error in infopath form publishing
I am getting the below error when i tried to publish form template in Sharepoint server 2007.
In my pc i installed infopath 2007 and MS-Office2010. Please give a solution for the below error.
"Server ...
0
votes
0answers
285 views
Using documentID redirection to a infopath form open in infopath filler not in browser
I would like to use the Document ID feature to redirect user to a InfoPath form. However, after the redirection, the form try to open in a InfoPath filler rather than in web browser. It works fine in ...
0
votes
0answers
164 views
Infopath form in iFrame in a mvc Apps
I need to expose Infopath form in a mvc Apps,I choose to use a iFrame to achieve this.Everything works alright , however when I click the close button to close form , it does not close the form and ...
0
votes
1answer
205 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
251 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
423 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
2answers
65 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
130 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
115 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
1k 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, ...
0
votes
1answer
217 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
45 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?
...
0
votes
1answer
595 views
Validate form fields from InfoPath custom code
I'm developing an InfoPath form for Forms Services. It has these views:
View 1 asks the user to input some basic initial data
View 2 calls a web service based on data in View 1 and populates ...
0
votes
1answer
715 views
InfoPath forms viewer web part
I'd like to write a SharePoint web part that would display InfoPath forms and have some additional functionallity. Does anyone know how to implement the "forms display" part of the web part???
...
0
votes
1answer
808 views
InfoPath - MOSS User Information List as Data Connection - Exclude groups
I have an InfoPath form where I want to place a drop down list to select a user from a MOSS server.
I added a Data Connection in InfoPath to the User Information List list in my MOSS server. It works ...
0
votes
2answers
252 views
Is there an easy way to detect changes within an InfoPath 2007 Form Services section?
I'm looking for tips/tricks for dealing with changes on fields within an InfoPath section. Basically, I'd like to be able to set a dirty flag for a section. I'm using InfoPath 2007 with Forms ...
-1
votes
1answer
535 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 ...