Tagged Questions

InfoPath is a component of the Microsoft Office Suite of applications. It is an application that allows for the creation of XML based form templates and the collection of structured data. Templates can be deployed to Windows desktops or to an Office SharePoint server. The application can also leverage web services and SharePoint lists as well as SQL Server and Access databases.

learn more… | top users | synonyms

6
votes
4answers
2k views

How can I automate the process of deploying an InfoPath Form to SharePoint Server 2007?

It is a real pain to deploy my InfoPath 2007 Forms from the designer into our development environment's SharePoint server. All of our forms require "full trust" since they include business logic ...
5
votes
1answer
153 views

Minimum C# code to extract from .CAB archives or InfoPath XSN files, in memory

Lately I've been trying to implement some functionality which extracts files from an InfoPath XSN file (a .CAB archive). After extensive searching around the internet, it seems that there is no native ...
4
votes
1answer
788 views

Printing an InfoPath 2010 form in SharePoint 2010

Does anyone know where the option to print an infopath form (in my case a customized list form) exists in SharePoint 2010? In MOSS this functionality comes out of the box but either I am missing ...
4
votes
5answers
11k views

Mapping Infopath fields to Sharepoint columns

Any one has any idea how to map an infopath field to a sharepoint column of type choice? The infopath field is a repeating field, so the user can select multiple options, I want to be able to map ...
4
votes
7answers
5k views

Deploying InfoPath forms to different SharePoint servers

How do you manage deploying InfoPath forms to different sharepoint servers? Is there a better way to deal all the data connections being site-specific without opening the forms, editing the data ...
3
votes
2answers
1k views

why we use infopath in sharepoint

Can anyone explain why we use infopath in sharepoint? Regards Dhanraj.S
3
votes
3answers
749 views

custom ASP.NET web form vs InfoPath

I am just assigned a project to make a paper based process to be web based. What I need to do is to allow user to fill out an online form and sign it using his/her mouse. The data entered and the ...
3
votes
2answers
2k views

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. ...
3
votes
3answers
923 views

Programatically generate InfoPath form template?

Is it possible to programmatically generate an info path 2007 form template (xsn file=form definition) ? I know that there is no object model for the infopath 2007 form designer, but does anyone know ...
3
votes
1answer
2k views

CSS styling of infopath forms

Is there a way to CSS style an InfoPath 2007 form rendered by Forms Server 2007? It seems to be somewhat of a "black box", but the formatting options in the Infopath client are pretty limited.
3
votes
6answers
3k views

How can I validate within an InfoPath form whether a user exists within a SharePoint Portal?

I am creating a form within InfoPath which is to be integrated into a SharePoint 2007 Portal. Within this form there will be a textfield into which a user can enter the Name of a Person. How can I ...
2
votes
3answers
464 views

Programmatically convert infopath 2010 forms to pdf using Infopath object model

I have infopath 2010 forms published to sharepoint 2010 forms library. I want to provide an option ( webpart with a button) in the forms library to export the published form to PDF. Is there a way to ...
2
votes
1answer
236 views

XmlWriter - Writing xsi:nil=true attribute

I have an issue with an InfoPath 2010 form, that has some code behind it. The purpose of my form is to collect data from a user, and using the answers provided, auto populate a number of required ...
2
votes
1answer
788 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
144 views

Permission class in InfoPath C#

I am new to InfoPath as well as SharePoint 2010. I am trying to set the permissions of an infopath form so that if a checkbox is checked in that form, only certain user groups in SharePoint can view ...
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
2answers
1k views

Publishing Infopath 2010 form to sharepoint 2010

This question is about publishing infopath 2010 form to sharepoint server 2010.I designed a form and publish it to a sharepoint library successfully.When I try to fill the form and save it to ...
2
votes
7answers
176 views

What tasks will programming automation tools never be able to do?

I just finished a class on InfoPath where the teacher had a grim view of the future for programmers. I've always had a hard time believing that someone will write a tool that will allow a ...
2
votes
2answers
424 views

Search for a particular SharePoint user programmatically

I've an InfoPath form that the filler needs to specify people. A workflow later assigns tasks to these people. What I'm looking for is a people picker like what SharePoint has for user fields, but ...
2
votes
1answer
74 views

Using ETL (non-MS) to get data from Infopath forms stored in Sharepoint 2007

I'm looking at the architecture for a DW project and there will be the need for some manual collection of [structured] data eg the monthly accounting results from a country manager where they need to ...
2
votes
2answers
424 views

C#: Modifying the header of an XML file

I am creating an XML file in C# using a XSD Schema of an InfoPath form. When I save the IP form without using the code, I get an XML file with the following header: <?xml version="1.0" ...
2
votes
2answers
1k views

Create a user in Active Directory from an Infopath form

I've been searching the web for a while now and still can't seem to find anything useful on this topic. What I am trying to create is a button in my Infopath form that will create a user account in ...
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
286 views

Remove the blank item from ListBox

The ListBox/Dropdown list use a external datasource(sharepoint list) as a datasource to populate the items. But there is one problem, the first item is a blank item, can we remove it? Best Regards,
2
votes
3answers
137 views

Programmatically accessing an application through its UI

Earlier I asked a question about command-line parameters to automate processing of a file in InfoPath. I'll probably get the Tumbleweed badge for that one. Instead of attempting a batch solution ...
2
votes
1answer
31 views

InfoPath: How to display a third column of a datasource?

I have an InfoPath 2007 browser-enabled form that has a datasource with three columns, let's say columns A, B, and C. I have a dropdown that is keyed to column A and displays column B. Column C ...
2
votes
1answer
125 views

Hyperlink disappears when form template saved

I have an InfoPath form with several fields on, the problem is that one of the fields is a hyperlink and every time I save the form template, close it and open it again the hyperlink is gone. I know ...
2
votes
3answers
468 views

Adding values to an InfoPath XML schema

I have an InfoPath form in a SharePoint workflow. I'm trying to use a blank copy of the XML produced by the InfoPath to create new instances of the form for the document library to start the workflow, ...
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 ...
2
votes
1answer
3k views

Start SharePoint workflow on certain time of day or after a certain amount of time

Is it possible to start a workflow on a document in SharePoint 2007 that begins after a certain time or on a certain date? Thank you.
2
votes
1answer
579 views

Choosing Sharepoint save location for an InfoPath form

I have an InfoPath form template hosted as a Sharepoint content type. I want the user to be able to choose where in the Sharepoint site folder structure the form gets saved when they click submit. ...
2
votes
2answers
497 views

Digitally Signing InfoPath Forms

I have an InfoPath 2007 form with custom .NET code. In order for it to be accessible on our Sharepoint server, it needs to run in full-trust (I get an error about the form trying to access my ...
2
votes
1answer
667 views

Problem with final branch in a parallel activity

This might seem like a silly thing to say, the final branch in a parallel activity so I'll clarify. It's a parallel activity with three branches each containing a simple create task, on task changed ...
2
votes
3answers
261 views

Infopath Forms in Subversion

Just would like to know if anyone has tried using source control for Infopath 2007 forms specifically for Subversion. Is it advisable to upload these type of sources (not in text format) in SVN?
2
votes
4answers
782 views

Complex form design in Sharepoint

I'm trying to build a form for WSS 3.0 which has the following two characteristics: Have several sub-records in each records which contains few specific fields. Can export to HTML or something ...
2
votes
2answers
3k views

What are the Benefits of using InfoPath forms in SharePoint?

What are the Benefits of using InfoPath forms in SharePoint? I’ve been doing research on InfoPath to see how it integrates with SharePoint. The idea of letting users create their own forms offers a ...
2
votes
3answers
2k views

Sending infopath forms via email (as attachment) to be parsed by SQL Server 2005?

Just looking at the requirements of a new project and I wanted to make sure this use case was sound: user fills in InfoPath (2003) form locally on their PC a button within the InfoPath form titled ...
2
votes
1answer
1k views

Load old XML data into new version of InfoPath form

We have an ASP.NET application with an InfoPath forms component, delivering InfoPath forms to the browser using InfoPath Forms Server. Rather than save the forms in SharePoint, we submit the XML form ...
2
votes
1answer
990 views

Programatically Publishing InfoPath Form As Site ContentType (Not Central Admin)

Does anyone have any idea how to deploy an InfoPath Form (2007) as a Site ContentType programatically (script or object model)? I do not want the form published to Central Admin and ...
2
votes
2answers
1k views

XPath Node element indexing based on attribute

I am trying to build an Infopath form which populates fields with data back from a Sharepoint list. I set up a drop-down list box who's values get populated from a Sharepoint data source. That part ...
2
votes
5answers
2k views

Forms in SharePoint

If I want to put a form up on SharePoint, is it easier to use InfoPath or build a custom web part in C#? Are there other options that I should consider? What are the requirements and hurdles for ...
2
votes
1answer
4k views

How do I programmatically close an InfoPath form in C#?

Is it possible to close an InfoPath form programmatically? I know that it can be configured as a form rule / action but I want to close the form via code.
2
votes
2answers
3k views

SharePoint custom content feature with Word Quick Parts and Document Information Panel

I am creating a custom content type feature for MOSS that will also include a Word 2007 document as the document template. The same Word document will also have a Document Information Panel (DIP) and ...
1
vote
1answer
32 views

Infopath 2010 SharePoint 2010: Kind of Cascading Dropdowns

I'm looking for a solution of the following question. I have a mainlist with information about people. Name -- OrgaLevel1 -- OrgaLevel2 Wilson -- ... -- ... I have also a list with the ...
1
vote
0answers
48 views

InfoPath 2010: Trouble programmatically adding rows to a repeating table/section that is nested within a repeating table

I have a repeating table nested within a repeating table. The nested table contains 5 columns, 1 for the year, 4 for the different quarters (financial). I need to dynamically add rows to the nested ...
1
vote
1answer
56 views

Workflow initiation form new added checkbox disabled for current document libraries

In a sharepoint 2010 environment, there is a workflow assigned to some document libraries (actually Publishing Page libraries like Pages). That workflow has a initiation form created in infopath. ...
1
vote
0answers
44 views

Infopath COM object authentication failure using Web Service

So I have a windows forms application that loads an infopath form(.xml) from a sharepoint library, and does some processing to it. I created an exe out of it and I just supply a sharepoint library url ...
1
vote
1answer
41 views

Infopath Form Print as PDF and Send it via e-mail

We have a process where users would create an Infopath Form (Web Based) to submit requests. Based on the request an approval workflow is triggered and the Infopath form is stored in a Form Library. ...
1
vote
1answer
87 views

How to add existing field information to a newly added infoPath textbox?

How to pre-fill new fields in a InfoPath form base on the old fields, when I add a fields to a form. In my InfoPath form I have a field name called: "Description". Now I added another field called: ...
1
vote
0answers
34 views

InfoPath: Passing nodes to C# from form rules

I have just discovered the very useful xdExtension keyword which allows you to execute code directly from a form rule. However any nodes passed into the called function are of type ComObject and there ...

1 2 3 4 5 11