InfoPath is a component of the Microsoft Office Suite of applications that allows for the creation of XML based form templates and the collection of structured data.
0
votes
0answers
2 views
Comparing repeating field with values of another repeating table field
i have a question on this particular issue i have a repeating table-1 which hold a contact selector and a Boolean field (IsMember) now i would like to compare the user names of the contact selector ...
1
vote
1answer
15 views
Convert InfoPath 2010 form InfoPath 2007 Form
We've got an InfoPath floating around that was created in InfoPath 2010. It has been distributed to a handful of users through a SharePoint document library - unfortunately users with InfoPath 2007 ...
0
votes
0answers
7 views
Limit items on SharePoint calendar inc InfoPath
I am trying to work out how I can limit the number of items being added to a list with a calendar view. This is a custom list with a date picker column into which I only want to allow 10 items per ...
0
votes
0answers
13 views
Generating a web site from xsn files
As we all know, the infopath forms service residing on a sharepoint server generates a web site each time we publish an inforpath form template to the sharepoint server.
Here is the question: how ...
0
votes
1answer
14 views
InfoPath conditional rules
Is there a way in InfoPath 2010 to require certain fields based on the action performed? I have a request approval view which essentially just contains all of the content of the original request form ...
0
votes
1answer
10 views
Infopath 2013 Extracting Fileupload Attachments through the Client Object Model CSOM
I have an infopath form published to a sharepoint subsite. All the records are stored there. I can add attachments through file upload control but How do I access both their file names and the data ...
0
votes
1answer
16 views
How to convert/transform XML to XSN?
Does anyone knows how to convert/transform .XML file to .XSN file? Is it possible to do so?
0
votes
0answers
12 views
Updating an existing InfoPath task form in workflow in Sharepoint
I am changing the existing custom InfoPath Task form in Custom workflow in SharePoint. I am publishing the form to my project location and then I am deploying the template with the workflow. The ...
0
votes
1answer
9 views
InfoPath 2010 - Email - How to send FROM a specified email account
I have an infopath form that generates and email. I'd like to know if it's possible to change the "From" field of the email to send from a generic shared mailbox instead of the message coming from my ...
0
votes
0answers
23 views
Infopath database form & SQL Database
I am trying to have an InfoPath form impport its data into an SQL database.
Based on other answers I have found on Stack overflow it seems as though the InfoPath Database form template can only ...
1
vote
1answer
17 views
Ternary logic in XPath for testing null
In XPath 1.0, is there a way to test the existence of the evaluated expression and modify the result on its behalf?
I am trying to implement this pseudo-code:
if ID is empty
then 0 + 1
...
0
votes
1answer
19 views
cannot display a button control in infopath form
My problem is that: when In create a form with Infopath 2010 and I add a button control, the button does not appear when I open it in display mode. then I decide to add the button in the ribbon with ...
0
votes
1answer
4 views
Infopath - print form to network printer
this seems like such a simple question, but is there a way to print a completed infopath form to a network printer using VSTA/VB?
I confirmed that Me.Print() in the click event of a button was ...
0
votes
0answers
14 views
Data from WCF is not shown
I'm desperate and need assistance. I have InfoPath 2007 form with JS code behind. Also I have a WCF service. Here's a JS code in XDocument::OnLoad(eventObj) function to fill in drop down list with ...
0
votes
0answers
18 views
Infopath custom list template show issue
When I publish my infopath custom list template. When I create a new item in the list. It is not showing the custom fields in new pop up window. Intead it is displaying the same form itself. How can I ...
0
votes
0answers
17 views
Infopath 2010 Form has to override previous form
I am very new to sharepoint . Got to do a job. There are 2 infopath form Form A and Form B. when the user x logs into system and make change to form B , It overrides form A of the same user. Now my ...
0
votes
1answer
58 views
How to get selected value of multiple-selection listbox (InfoPath)
How to get the selected value from the multiple-selection listbox ( InfoPath form)
I have a multiple selection listbox like this:
Display text , Value
110-SS , 110
120-ST , 120
130-SW , 130
how ...
0
votes
1answer
28 views
New Field not available in infopath Existing Forms
I am working with Infopath forms and workflows.
1) I have added a new field to the existing Data Source in Existing Infopath Template. But I have not added a User control from the added field.
2) I ...
0
votes
0answers
45 views
Infopath cannot open file : Not enough storage is available to complete this operation
I have been trying to Programmatially open a Infopath (2013) from from a SharePoint list (2013) in order to call the print to PDF functionality of the infopath client application.
When trying to open ...
0
votes
0answers
38 views
Stack overflow/out of memory when clicking on infopath form
I have a friend that was put in charge of an existing SharePoint site, who has no background whatsoever in CompSci/programming. They came to me for help, but I'm a bit lost...
There is a form, ...
0
votes
1answer
32 views
Sharepoint 2010 and infopath - access workflow variables?
I have a workflow which runs every time a new list item is added.
The list item comprises of 3 fields:
a question,
a person to answer the question,
an answer.
The first 2 fields are supplied by ...
1
vote
1answer
31 views
Info path crashes with error 304 Unknown resource control
I'm Info-path but crashes intermittently giving me error 304 Unknown resource.
Error happens at:
XPathNavigator domNav = ds.CreateNavigator(); XPathNodeIterator rows = ...
0
votes
2answers
25 views
Infopath Formule For Weekdate
I am New to infopath form. I have created a infopath form like below
My Columns in the form are below
START DATE :
Happens Every: *textbox* drop down Weeks (Mon,thue,---sun)
Due Date :
Now when ...
0
votes
0answers
124 views
How to Update .xsn(Infopath) file in SharePoint 2013 workflow
We need to edit the page approval form which is coming from my page approval workflow.
We have opened our project in SharePoint Designer so we can see the two .xsn files which is inheriting in our ...
0
votes
0answers
25 views
Integrating sharepoint infopath webforms in to our asp.net webapp
We have a web application that our field employees use to complete their work. One of their common tasks is filling out various forms. For a number of years now we have been using InfoPath. Which ...
0
votes
2answers
41 views
How to show collection fields from bcs in infopath list item form?
I have a .net assembly business data connector. One of fields is List.
I have external list, based on this connector and InfoPath Item Form for this list item.
I want to show this List as repeating ...
0
votes
1answer
12 views
Infopath form does not apply changes in client machines
Our client asked me to add few combo boxes on his Infopath form.
I added them, but when I publish it I can see the changes on my machine but when the client tries to open the form they still see the ...
1
vote
1answer
48 views
using xslt to remove info path declarations form info path XML ? <? mso …>
Using xslt I was able to remove the namespaces, but how do I remove the <?mso...?> tags?
I am trying to convert the info path XML to XML and store it in a database.
<?xml ...
0
votes
1answer
42 views
How do I save an InfoPath doccument with VBS?
I am having difficulty performing Save and Close operations in InfoPath through a VBScript.
I'm trying to just perform some simple operations, so I can introduce changes later. I've checked MSDN to ...
0
votes
1answer
41 views
Infopath Regular Expression End of String
I need to write a regular expression to match an unknown number of 6 digit "strings" separated by a forward slash
123456 - pass
123456/123457 - pass
123456/123r43 - fail
123456/12 - fail
And it ...
0
votes
2answers
54 views
WordPress: What plugin(s) for job form tracking/management system?
Our construction consulting company currently uses an InfoPath/SharePoint job tracking/management system. We want to create a job form tracking platform for use on our site's WordPress backend, and ...
0
votes
2answers
48 views
Clear all the fields in infopath on click of a button
I have an infopath 2010 form with around 100 controls and i have a requirement to clear all the fields on click of reset button. I have the following options:
Clear all the fields on by one (Very ...
0
votes
1answer
29 views
Infopath Field “From Field” Unavailable
I am trying to create an Email Template using MS-Office InfoPath and need to have the email template sent from a group email and not myself. Unfortunately Infopath only allows me to use the fields ...
0
votes
0answers
30 views
Printing multiple InfoPath forms via VB using VSTA
Enviro: InfoPath 2010, SharePoint 2010, Lang. VB using VSTA
Goal: From an InfoPath form used for list selection and value entry and using 2 SharePoint lists, open each InfoPath form in selected ...
0
votes
0answers
27 views
how to upload file attachment to document or picture library and need to show URL in the form
how to upload file attached to document or picture library and need to show URL in the info-path form .
0
votes
0answers
57 views
InfoPath 2013: Move item if selected or checked in a multi selection list box
Can we move the item if selected or checked in a multi selection list box, i would like to add a button for this event when clicked it should move the selected items to another multi selection list ...
0
votes
0answers
38 views
Trying to control InfoPath - SharePoint font color
I upgraded to InfoPath 2010 today and republished my form SharePoint 2010. Users open the form in SharePoint and enter and save data. Some of the fields are rich text fields, because if there are ...
0
votes
1answer
70 views
InfoPath .NET ActiveX control reinstantiation - big difference between InfoPath 2007/2010
Another day, another weird InfoPath problem...
So, I'm building custom ActiveX controls in C# by following these tutorials - ...
0
votes
0answers
235 views
Submit repeating table from Infopath 2010 into SQL server using web service
I've been searching your answer database without finding a for my specific suitable answer.
We are trying to populate a SQL server database from Infopath 2010 using a custom WS. It all works fine ...
0
votes
0answers
109 views
InfoPath Update Query to Access Database using C#
I am creating a form in info path to add and update data to my database in access. I am using the 2007 version for both programs. However when I run the code I get a WebException error while trying to ...
0
votes
1answer
101 views
Infopath 2010 formule creation
I am new to infopath. Can you please guide me how to acheive this scenario.
1) User will select Item Created which is Date Feild.
2) In schedule Interval user will select 1 in first dropdown and ...
0
votes
0answers
129 views
Custom InfoPath .NET ActiveX control: String “value” property will not pass back string literal
I'm writing a custom ActiveX control for InfoPath 2010 in C#. I've followed the excellent tutorials at ...
0
votes
2answers
523 views
Infopath Newbie - Populate field from lookup value
There are explanations for this all over the web, but none I have followed a) seem to work, b) explain how to achieve this in simple noob terms, c) show any sort of diagram, or d) make assumptions ...
0
votes
0answers
25 views
InfoPath screen tip to last longer
I have an infopath form, on various controls there are screen tips that are displayed, however, the tips only have a duration of 5 seconds.
Is there a way of specifying the duration of the screen ...
0
votes
1answer
50 views
How can I debug a web service used by Infopath?
I have an issue of debugging webservice.
How to debug the webservice that is connected with infopath form in my local computer?
now I can only test my webservice by converting it into .wsp package ...
0
votes
1answer
28 views
SharePoint + InfoPath Data Connections
This may be a silly question, but I've been googling it for a bit and I haven't found a good answer yet. I am designing some forms for a SharePoint site, and the forms use SharePoint lists as an ...
0
votes
2answers
51 views
XPath: Count true child nodes with different names?
Is it possible to count the following TRUE nodes (with different names) with XPath in the XML below?
<my:templateBase>
<my:executive>true</my:executive>
...
0
votes
0answers
109 views
SharePoint + InfoPath with Calculated Values
I am having a bit of trouble with a custom form in SharePoint. I am using InfoPath to customize the form I am presenting to users, but I have run into an issue when working with lookup columns. I am ...
0
votes
0answers
86 views
set multiple selection list box to read only in infopath 2010
I try to set a MSLB to disable/read-only using a Formatting rule, but got error once publish the form "Could not verify the form template on the specified server. /_vti_bin/FormsServices.asmx"
Edit: ...
0
votes
1answer
129 views
Get entire dropdown list items into an array in InfoPath
I have an InfoPath XSN form template with a dropdown list. This is bound at design time to a data source and populated with a list of names when the form is loaded.
I would like to get hold of all ...