Use our Google Custom Search for best site search results.
Search
-
I do only have a Receive data connect. Here is my problem. I am pulling in a SP list with 5 fields and having the user check a box on whether they will Participate in or Assist with events in the SP list. The only way I could have the checkboxes that matched events was to have a field for each in the SP list. But, now I have a form with Main ...
-
I have a form where I load a secondary data source from a Sharepoint list.
I load up that list on open and allow the user to select whether they will Participate or Assist with any of the Events in the list.
The Participate/Assist options are coming from the Sharepoint list. The other fields I have coming from the list I made Read Only.
But, ...
-
I had a sort of the same problem. Check out this post - http://www.infopathdev.com/forums/p/27927/96569.aspx#96569
-
Wow! That was tough. I found an article online that talked about a possible way to build an If-Else..Then statement in InfoPath. The article spoke about using a Concat statement. My issue was that the rules above only set the Error/Good field on the very first attempt. I had to create a rule that ran on Field Change. So, I created an Action step ...
-
I am running across an issue; I have a textbox field where I validate the content and set another field to either "Good" or "Error" and then show the
error on the initial field. But, this only works on the initial validation. (First time through) The rules don't seem to work after the first time through. I need
the ...
-
The way I was firing an error on the textbox field was to set a second field with the value of Error in err situation and Good in situations where the text passed validation. And, in the first textbox I was messing around with different custom validation rules and having no luck getting them to work. So, I deleted the old rules and put in two new ...
-
I have a 40 character string inside a textbox where the 14, 15 and 16 characters must be numeric.
I am trying to get either on of these custom patterns to work -
xdUtil:Match(string(substring(., 14, 3)), "\d\d\d")
xdUtil:Match(string(substring(., 14, 3)), "\[0-9]\[0-9]\[0-9]")
But, neither of these patterns seem to ...
-
I am having a problem opening a task from within InfoPath. People who I send Approval requests to open the
form to view it and then they attempt to click on the Open this task button in the yellow ribbon.
We are using Outlook 2010 with Sharepoint 2010.
They are getting this error:
InfoPath cannot open a new form
The form cannot be opened. To fix ...
-
I have a business user who would like to do string validation on a text box in an InfoPath form. And, the validation requirements are more complex than I can understand being a newbie at this. I was thinking about using some sort of a template or format. Anybody have any ideas?
DSN FIELD: Validation ...
-
I was stumped by the limit of 5 conditions as well. I have a requirement to fire an error if the string in a text box doesn't start with P, A or Q.
Of course I also need a "is not Blank" operator as well to prevent the error after populate. That would total 6 conditions.
Is there an operator for "in not Blank"?