Microsoft Office InfoPath is a software application for designing, distributing, filling and submitting electronic forms containing structured data. According to one of its inventors, a key architectural design decision was "to adhere to the XML paradigm of separating the data in a document from the ...
0
votes
1answer
667 views
How to create a connection between Infopath and Project Server?
SO Gurus,
I've an Infopath form that should be published to a Sharepoint site as a list/library and I need to be able to update/edit the fields on the Infopath form which updates the Gantt chart in ...
1
vote
1answer
527 views
Sharepoint 2010: Using Infopath form to set parameters of multiple excel web parts
I'm trying to have a simple InfoPath form with 3 fields send values to set the parameters of 2 different Excel Web Access Web Parts, each of which have the same parameters.
The problem is that when I ...
0
votes
1answer
3k views
SP2010, How to show pop up message in InfoPath Form
I am having one InfoPath form and i am having code on VSTA project as well, now on certain condition i have to show pop up message on form ( i am running this form as browse enabled form) .. any help ...
0
votes
1answer
153 views
Missing data in Text box in a infopath 2010 form
I have a infopath 2010 form with a table and couple of text boxes and this form is configured to submit a email with the form in the body of the email.
The form is opened in a browser and I am able ...
0
votes
2answers
1k views
How to check more than 5 fields under action rule condition in infopath 2010
I am working on an infopath 2010 form/view based on a list.
I have 7 separate check box fields that I want to check through a rule under submit button that at least one of them should be selected.
...
1
vote
1answer
613 views
Browser-Enabled InfoPath form doesn't open in web-browser
I am using SP2010.
I am having .xsn file and its just simple with one field.
I have already set VSTA project & code for this form. I have not written any thing in C# code for VSTA its just ...
1
vote
0answers
1k views
How do I get the Query String in an InfoPath form linked to Sharepoint?
I know that I can do some magic with code-behind files in InfoPath, but when you have an custom InfoPath form linked to a SharePoint list, InfoPath seems to get stupid and forget how to do developer ...
1
vote
1answer
514 views
How do I bind a click event to an Infopath form's button using jQuery?
I tried the following but it doesn't work in one particular scenario. It doesn't do anything if there is a dynamic drop-down control in the info-path form.
My code:
window.onload = function() {
...
0
votes
1answer
1k views
Show/Hide infopath groups programmatically depending on checkbox selection
i'm new to infopath and need to ammend an existing infopath 2010 form. The users only want certain section groups to appear based on the users choice via checkboxes. Currently there are conditional ...
0
votes
1answer
142 views
Suggestions on creating document library for infopath with departmental hierarchy?
I have one main site with many subsites. Each subsite is basically a department within the organization. I have a time card infopath form (with workflow) that everyone in the organization needs to ...
1
vote
1answer
892 views
Create InfoPath instance from xsn template
I need a solution that create infopath instance form from xsn template existing on sharepoint server, i am using this approach but this extract template files on temp directory of server that maybe we ...
0
votes
2answers
3k views
file attachment option required in infopath 2010 for forms created from sharepoint list
If I custumize a list in SharePoint2010 using Infopath2010, It does not allow me to attach files i.e. I cannot find the file attachment option in the control menu.
My form requires multiple ...
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 ---- ...
1
vote
1answer
869 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
0answers
313 views
Adding an item to an InfoPath 2010 form's repeating table using SharePoint Designer
I need to update an infopath form and add an item into a repeating table when an item is added to another list using SPD 2010 work flow.
Scenario:
I have two forms libraries "FL1" and "FL2"
when i ...
0
votes
2answers
586 views
Infopath 2003 print button
I have created a form that has a "Submit" button and it works by sending an email to the correct inbox. However, during a meeting yesterday I was asked to insert a "Print" button, but don't know how ...
1
vote
0answers
357 views
Issue with datetime field when adding more than one InfoPath form web part on the same SharePoint page
I created two lists in a SharePoint site: tbdl1 and tbdl2.
tbdl1 contains two datetime fields. One of these fields has default value set to now().
tbdl2 contains no additional fields other than title. ...
0
votes
1answer
2k views
Infopath 2010 field using External Data Connection of SharePoint BCS
I created an Infopath 2010, which I am then publishing to SharePoint in a forms library. My first field is a BCS field, which is pulling from CRM.
I set-up my external data field, and when I type in ...
2
votes
1answer
1k views
Programmatically open infopath template file (XSN)
I have a document library in Sharepoint 2010 and stored the infopath 2010 forms template (XSN file). Is there a way to programmatically(using C# code) open the XSN using SharePoint Object Model or ...
0
votes
1answer
75 views
I would like to display the 'infopath form' with some functionality in sharepoint webpart
I would like to show the infopath form with some functionality in sharepoint webpart? Does any one know how to implement the infopathforms display in sharepoint webpart? can i get the sample code
...
1
vote
1answer
152 views
InfoPath 2010: referencing the XmlFormHostItem class from a stand alone class library?
An InfoPath form inherits from the XmlFormHostItem class. I can use the XmlFormHostItem type in the VSTA 2005 event handler of a Button control. In order to reuse this code, I wish to do the same from ...
1
vote
2answers
354 views
Iterate over InfoPath fields by Type
Is there anyway to iterate over infopath fields by type?
As in, iterate over all date fields, or all integer fields, etc. I am trying to write a class that performs field validation in code behind ...
0
votes
1answer
429 views
InfoPath 2010 - Checking if an approver is signed in to SharePoint 2010
When a requestor is filling out my form, they're asked to select which region they're from. Based on that selection, approvers for that region will be pulled from an Approval matrix and auto populated ...
1
vote
1answer
439 views
Good Tool for Infopath to PDF conversion
I want to know any good automated tool for converting Infopath forms to PDF.
1
vote
1answer
495 views
Combine Infopath forms in a Document Library and make one PDF
I want to combine infopath forms in a document library which are not based on a same template. I checked the outofthe box Merge Functionality but it combines forms in a strange way means all the ...
0
votes
0answers
344 views
Redirecting to Another Browser Based Infopath form
I have a form library containing Infopath forms. I am having Back and Next buttons on Infopath forms. I want functionality that when user clicks on the "Next" button it should redirect user to the ...
0
votes
2answers
1k views
Workflow dynamically pulling data from InfoPath form control fields
When a user fills out my form, they're to choose who their manager and advisor is from a dropdown list. At the end of the form, two textfields are autopopulated with that same manager and advisor. ...
0
votes
1answer
208 views
Infopath 2010 get culture from hosting environment
I am looking into localizing the labels of an InfoPath 2010 form with code-behind that will be hosted in SharePoint as a browser form and get the current culture (based on the SharePoint variations) ...
0
votes
0answers
905 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
1answer
545 views
How can I present a pick list in a SharePoint 2010 External List form from an association in my BDC model?
I have created associations between entities in my .Net assembly BCS model. When I load the model into SharePoint and create external lists, I automatically get an External Item Picker control; ...
1
vote
1answer
1k views
Assign value to People Picker programatically in Infopath
As we can assign any field in infopath form using (Eg:TextBox)
MainDataSource.CreateNavigator().SelectSingleNode("//my:RequestedHardware",
NamespaceManager).SetValue("Test");
But when i am ...
0
votes
1answer
803 views
Need inputs for logic for Codebehind in Infopath Button
I have an infopath form,when i click on the button it should redirect to sharepoint list item's add item template.. in the code behined i gave
try
{
string url = "Sharepoint List item's URL";
...
0
votes
1answer
427 views
Insert additional row/item in Infopath
I'm very new to Infopath. I would like to know how to get the "Insert Item" to show up like the bottom image to add additional rows requiring the same info. My design is the top image.
...
0
votes
1answer
431 views
Infopath form publishing issue
I designed the infopath form. I am writing required programming code on button clicked event. But while publishing the infopath form i am getting error; Please observe: It should allow me to select ...
0
votes
1answer
603 views
infopath 2010 submit to document library map field value to a submitted item column
I created a form in infopath 2010 which is submitted to a sharepoint 2010 document library
I Have a field in the infopath form called "day" and I need to map it to a column named "day" in the document ...
1
vote
3answers
12k views
InfoPath 2010 forms do not open in the Browser using IE8
If the user has InfoPath installed on their PC the form will default to open in InfoPath. This is not desirable. All forms should open in the browser not in InfoPath. Why? Because some users in the ...
0
votes
1answer
748 views
word Document by OpenXml from infopath form
I have infopath 2010 form. designed as Student information. I want to generate the report as word document using OpenXMl with specified report template. To I designed the form in such away that,
All ...
1
vote
2answers
944 views
InfoPath 2010 submit error
I am facing an issue when submitting an InfoPath form to a SharePoint forms library, i have 2 WFE servers with NLB, using http for intranet(for local users) and the web application is available ...
0
votes
1answer
558 views
Implement the string function in InfoPath 2010
I have designed an InfoPath 2010 form with two views and published in SharePoint 2010 form
library thru central admin.
The two views are:
Data Entry View
Read Only View
Condition is: After ...
0
votes
0answers
3k views
Infopath 2010 auto fill text boxes based on sharepoint list data
I am using Infopath 2010 and Sharepoint 2010, and ultimately would like to type in an ID in a text box, then have other text boxes on the form fill based on this, but allow the user to alter this data ...
0
votes
1answer
210 views
How to add a button with code login into a Sharepoint 2010 List?
I have imported a Sharepoint 2010 Custom List in InfoPath 2010 to redesign the form layout and published it.
I now want to add a button to the List which will do the following:
Open a different ...
0
votes
1answer
267 views
Upgrade Infopath form without saving
We are using Infopath forms on our web application (not Sharepoint). We have run into a problem with Infopath 2010 on Windows 7 machines, when upgrading the form.
If we publish a new version of the ...
0
votes
1answer
4k views
Cascading Dropdown List in InfoPath 2010 with SQL Server 2008
I'm starting on some of my first InfoPath forms. I have a three drop down lists (Global Function, Major Task, and Subtask) which need to query a SQL database and filter their data based on the ...
0
votes
1answer
619 views
Set the value of Infopath field from aspnet dropdown list control in sharepoint 2010 site
I am developing a helpdesk system on sharepoint 2010 for our facility management dept., through which the call agent can log the client's complain through tickets. I have created 3 dropdown lists ...
0
votes
1answer
3k views
How to Hide Fields in InfoPath 2010 for NewForm Items?
I have created a List in Sharepoint 2010 UI and customised the layout in InfoPath 2010. I now want to set some of the fields NOT to display in the NewForm List entry. How is this acheived?
I can see ...
1
vote
1answer
598 views
InfoPath form created from XSD: Dropdown empty value “Select”
I have created an XSD and then I created an InfoPath form (2010) based on this XSD. All fine, but I have a little problem with enumerations.
To create enumerations I have created a simple type, e.g.:
...
1
vote
2answers
667 views
Infopath 2010 & Captcha for public Sharepoint 2010 sites
I use Infopath 2010 to create forms for public Sharepoint 2010 sites and one of the requirements is to install a Captcha check for each form.
Is this possible and if so, how?
Thank you!
0
votes
1answer
2k views
Add hyperlink column to InfoPath 2010 repeating table
I'm using InfoPath 2010 to customize a SharePoint 2010 list form. The Infopath form shows data from two SharePoint lists, a Parent list and Child list. The Parent list is the primary data connection. ...
0
votes
1answer
613 views
People picker and InfoPath Form webpart problem
I have an InfoPath form that i show in InfoPath Form webpart. The form contains a "People Picker" control and for some reason it never appears on InfoPath Form webpart !
The account I'm using for ...
0
votes
1answer
352 views
K2 BlackPearl User, Roles, Groups Validation
Is there a way to check if the requester of a document using the InfoPath form is the proponent and further check if that user is the division head?
I can't seem to find a component on this under ...
