Having trouble finding a blog or post that answers your question?
Check out our
Custom Search Page
Browse by Tags
-
Help! I have created a form(browser compatible) that changes to the relevant fields depending on what is selected on the drop down list using rules and sections. This then makes my rich test fields read only(there are no rules on the rich text fields). I have made sure that the postback setting for all...
-
I have a form infopath 2010 posted to a sharepoint 2010 server. In the form I have a repeating table let's say I have 2 fields - Customer and Amount I have a rule that when the Customer field changes (Rule- run when field changes) the amount is queried from a secondary source (a sharepoint list)...
-
I am trying to automate my departments Active Directory requests using an InfoPath form. I am trying to have our users select what folders and what type of access they need have it submit to my office. I just keep running into one problem at the end. Right now, I have a form that you can select a person's...
-
Hi all - I have an InfoPath 2010 filler form where I need a couple of rich text boxes to have default text with multiple lines (basically a 2-item list and a 3-item list). The info in these text boxes will never be changed, I will be locking it down to read-only, and it doesn't need to go to SharePoint...
-
Hi, When I create a template part with rules, I give each rule a meaningful name in the "Details for" field. After I add the template part to my form (add it as a custom control), all my rules of type "Validation" are renamed back to "Rule 1". The "Formatting"...
-
I'm having an issue with a data connection in InfoPath 2010. The issue is, because the list is huge, having the data automatically load causes the form to load slow. I have unchecked the box and tried to set a rule to query for data, but it doesn't seem to load the data. Is there a walkthrough...
-
User has requirement that the time portion of a SharePoint date-time field (as presented in InfoPath form) must be between 8:00am and 2:30pm. So "01/25/2012 08:25:00 AM" would be acceptable whereas "07/12/2011 04:32:00 PM" should be flagged as an error Any thoughts on how to code...
-
OK, I think I figured it out. I think I just worked on the form too long last week and reached brain fatigue. The condition that worked for the validation rule is OptionBtn = "New" AND combo1 = SPdata1 AND combo2 = SPData2 AND combo3 = SPData3 AND combo4 is blank AND All Occurrences of SPData4...
-
The section where I put my optNonCSSPassFail is one that I show by default but hide under certain circumstances. I got to thinking that maybe the default row was triggering my Action Rule somehow, so I added criteria to my condition to reflect those that I want my section to be visible for. Because my...
-
OK, I've got it partly figured out. For those of you, who like me, don't find it intuitive to find "All Occurrences of", here the closest I can get to a step-by-step breakdown: 1. Create your rule on a section , not a repeating table or an individual control. Make sure you section shows...