Use our Google Custom Search for best site search results.
Search
-
I recently migrated an InfoPath form library from SharePoint 2010 to Office 365. During this transition I had to recreate one of the data connections. The name of the data connection remained the same and I updated the fields in the form to take the values of the new data connection. This is working as expected for new forms and emails are being ...
-
I am trying to take advantage of the [Me] filter in a SharePoint 2013 library. I was able to do this in MOSS, but it is not working for 2013. Here are the steps I used to make this happen.Added contact selector control to form (enabled multiple values)Added text field (FormViewer) to hold the value of this statement: ...
-
Thanks Jimmy. That worked great!
-
I have a form that performs a specific task on form load. This is working properly. My question is, how do I disable/ignore this form load if I'm trying to open a submitted form. I only need to run the below code on creation.
using Microsoft.Office.InfoPath;
using System;
using System.Xml;
using System.Xml.XPath;namespace ...
-
I currently have a form with a repeating table. I am trying to create a report based on down time code which is one of the fields. The problem that I am having is that I cannot group by down time code in the SharePoint library because the repeating table has a merged value. I have attached a screenshot of what I have in ...
-
Alright, here is the skinny. I have two sql tables that I am pulling in for a read only data connection. I have setup a udc connection for both of these and they are working fine. What I am trying to do is write a value to a field from one dataconnection based on a condition from the second data connection.
I currently get the ...
-
*** Problem soved ***
I ended up using "DelimitedList" inside of qRules along with a repeating dropdown list box, and a text box to accept the delimited value. This will get me by and does what I need it to do until we finally upgrade to 2010. Ended up with 8 different sections that fire the qRules control. ...
-
I'm using 2007 browser based.
-
Where is the multiple selection list box control?
-
I would like to be able to have a text box to display multiple values from a drop down list box. Is there a way to select from a drop down --> have that populate a text box --> clear the value of the drop down --> select another drop down value --> concat the new value with the previous selection? This is for an ...