infopath-forms-services

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 Services. Currently, my approach would be to add rules to every field within the section to update the dirty flag but that is too painful and me...

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 the same site. I have extended the web application to the Internet Zone with HTTPS access a...

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

Hi, 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 the InfoPath Form gets submitted to and who gets notified to approve the request form....

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 the forms in the form library there. The page can be hosted in that same _layouts folder, i...

Infopath XmlFormView permission issue over sharepoint

I have this complicated problem with infopath XmlFormView control : I have a web form hosting a XmlFormView to show infopath forms from a sharepoint server.Whenever I open a new form everything is working fine and I can work with the form then I don't submit the form , instead I get the form xml data and I save it to a database to open t...

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 well, but the values I get are: DOMAIN\administrator SharePoint Owners SharePoint Visitors SharePoint Members NT AUTHORITY\local service...

InfoPath forms viewer web part

Hi. 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??? Thanks. ...

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 Infopath form? ...

How to obtain an infopath form data in a windows application

We have a windows workflow application that uses infopath as its form engine.To manage our forms we are using FormServer on a Sharepoint server therefore we are using a web browser control and a web page to host infopath forms (using XmlFormView control). To obtain the form data we are using a hidden field in our web page that is popula...

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 drop-downs accordingly At the bottom of View 1 I've added a Next > button to move to View 2. As part of clicking that button I would like the in...

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 ...

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? <xsf:ruleSets> <xsf:ruleSet name="ruleSet_1"> <xsf:rule caption="Rule 1" isEnabled="yes"> <xsf:assignmentAction targetFi...

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 an administrator -- this can't be a form containing .NET code. The form has a repeating group, and we have users who are a bit confused a...

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. ...

Is it possible to submit an Infopath browser enabled form to a Sharepoint Form Library anonymously?

I have a question regarding submision of Infopath browser enabled forms. I have a a browser enabled form that needs to be opened and submitted by anonymous users. I followed this article: http://blog.metrostarsystems.com/2009/06/04/anonymously-submit-infopath-form-to-sharepoint-library/ but when I click the submit button i get an err...

Get Sharepoint Forms Library path the form is opened from

Hi, I am developing an InfoPath form and publishing it to the Forms Library on SharePoint. I am also using VSTA to write some C# code for the form. How can i get the Forms Library Path programmatically from which the the form is opened from? So for example if the form is saved at http://servername/sitename/FormsLib1/Form1 then, then in...

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, Troubleshoot issue with Microsoft Sharepoint Foundation. Correlation ID:xxxxxxxx. i use this instructions for the services activation What s...

How to get solutionVersion, productVersion and PIVersion for published Infopath form?

I have to create some Infopath form from c# code. So I use xsd.exe to create c# objects and XmlSerializer to compose xml files. Also I must define "mso-application" like "progid="InfoPath.Document" versionProgid="InfoPath.Document.3" (for sharepoint 2010) and "mso-infoPathSolution". I have problem with "mso-infoPathSolution" where I mus...

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

Hi, 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 one point me to some articles or help to get me started on that ? Also ,It would be good to know which topics I should cover while i am...