infopath

InfoPath Form Auto generate Name

Hello All, Here is the requirement: Anonymous Users need to enter some info into InfoPath on line form. They should not see the Save as and the file name prompted after they hit the Save. Should I find a way to auto generate name for InfoPath / write some code for this? I also need to create a workflow when a new form is created [se...

Route sharepoint approval workflow to recipient email address field in infopath form

Hi, I have used the out of the box approval workflow in SharePoint. I would like the approver to be someone (an email address field) provided in the infopath form. Does anyone know how I can accomplish this? ...

Retrieving a sharepoint list in Infopath only shows first 100 records

I am retrieving a list of values from a sharepoint list, which works well but my problem is that it only retrieves the first 100 records. there are currently 500 records that should be available. Scenario: I have two comboboxes on an infopath form: A List of Locations A list of areas within the locations the list of locations will ...

XslCompiledTransform causes grief with Infopath

I am not an infopath developer and this is my first real encounter with XSLT. Lately i've had to work on a project where i need to convert an infopath form uploaded to Sharepoint into html. Once in html we can use any thirdparty library to spit out any desired/supported format we want. What We Do In Code: We create an XslCompiledTrans...

Infopath Master Detail Section Lost after XslCompiledTransform

We have a web application which parses Infopath Xml forms hosted in Sharepoint environment and converts them to Html. We then convert to any desirable format using other third party libraries. I acquire the XmlDocument from sharepoint but when i Transform it using the XslCompiledTransform object I loose the Master/Details Section from ...

InfoPath 2007 error when opening file

We have some InfoPath (XSN) forms with code-behind hosted in MOSS that have data connections to SQL Server. I did some work on them in the summer to change one of the data connections - did the work, checked it into Sourcesafe, uploaded it to a UAT server. We now need to do some more work on these forms, but no-one, including me, can now...

MOSS Workflow with InfoPath forms - Redirect after submit

I have a MOSS workflow that uses InfoPath forms. After submitting the form, MOSS saves the information and redirects the user to a list of items. Is there a way to control where the user is redirected after the InfoPath form is saved? I'd like to redirect him to another page of my MOSS site. ...

Debug InfoPath Form

Hello All, I want to debug a browser enabled InfoPath form with code. MSDN says here how to do But I see that I don't have the option "Open Visual Studio and click Attach to Process on the Tools menu." Can any one please help. ...

Form Library in publishing Portal

Hello All, I want to create a Forms Library on a Publishing Portal. Should I edit the Site Definition / is there any other way to get a Forms Library? Please help. ...

Descendent-or-self in InfoPath

I want to use XPath code in an InfoPath form to sum the data in field12 when field11 is equal to IT. I tried using the following code, but it doesn't work. number(sum(/descendant-or-self::node()/my:group12[my:field11 = "IT;"]/my:field12)) I suspect this has to do with the multilayering of groups, as shown below. Does anyone know the c...

Infopath web form - Submit and switch view

I have an infopath form that I use as part of a MOSS workflow. The form has multiple views, and a Save button on each one. What I want to do as part of the Save button's rules, is submit the information and switch to the next view. I added two rules to the button, one to submit data and another to switch view, but when I re-enter the f...

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

Weird security error in SharePoint forms library

Environment Microsoft Office SharePoint Server 2007 SP2 running on Windows Server 2003 R2 SP2. The MOSS server is a standalone server on a domain used for outward facing boxes. It has a one-way trust with our production domain. InfoPath 2007 SP1 is being used to author the forms. Scenario 1) I have a web-enabled InfoPath form that I ...

How to programmatically modify Sharepoint content properties from InfoPath?

I have an InfoPath form that submits to a Sharepoint document library. There is some metadata that is accessible through the "Edit Properties" menu if you click on the uploaded form in the document library. To be specific we have 3 fields: Content Type, File Category, and File Sub-Category. I want to be able to set these fields automa...

Infopath SharePoint Document Libraries

I need to display a list of document libraries a user has permission to on an infopath form for a workflow. I can build my list of libraries just fine but I can not for the life of me figure out how to populate (in anyway) the infopath form with the list of libraries and allow the user to somehow say "yes" or "no" to each (checkbox is id...

How can a sharepoint form library be set up to allow users to submit forms, but not see other people's forms

This use case seems like it would apply to just about every form, but I have yet to find a good out-of-the-box solution for it. Imagine an HR Complaint form based on InfoPath and SharePoint. All Employees should be able to fill them out and submit them, and possibly see the ones they've submitted, but only members of HR should be able ...

Javascript Error while opening Infopath templates from within .Net webbrowser control on 64-bit Vista machines.

We have some browser enabled Infopath 2007 templates hosted on Windows Sharepoint server (Windows 2003 machines). We use a couple of 'Rich Textboxes' in these templates and these templates are made available to the end user via .Net windows application that used the WebBrowser control. The application runs just fine, but only on 64-bit...

How to open Infopath in .doc format

I have designed an infopath form and published on to my Sharepoint Site. My first question is if I save the customized infopath form on my computer, is it possible to open it without MSOffice installed on the system? Secondly, If an customized infopath form in sent through an email, is it possible for me to save it in .doc format. ...

Infopath 2007 and WCF Data Connection

I am having trouble trying to connect an Infopath 2007 form to an WCF web service. I appears that the Infopath only wants to communicate via a SOAP 1.0 message. To get around the issue for the moment I have created an .asmx web service. Should I consider continuing down this workaround or figure out a way to get WCF to dish out SOAP 1...

How to pre-populate a summed field in an Infopath repeating table

I have an Infopath 2007 form with several views, meant to be used in a browser. I'm having trouble pre-populating a field in a repeating table, starting with a given value and then using a formula-derived default value. On the Summary view, I ask for a project's TotalCost and the current fiscal year's projected spending (CurrentFYSpend)...