Use our Google Custom Search for best site search results.
Browse by Tags
-
Hello, I am pretty new to InfoPath and having trouble with the following task. I've read through some of older posts with similar inquiries so I apologize for posting a similar question. My project has a SharePoint site where users can input information and "Submit and Close" the form....
-
Hi Folks it looks like I have run into the same issue. I'm trying to look at the multi-select box called Product Categories Display so I can hide the submit button if it's not filled in. The way that control should work is that when an Event Category is selected the Event Sub Categories are displayed...
-
Hello Perhaps I am missing something very basic in InfoPath design (due to my newbie status), but I am unable to resolve this issue: I have a checkbox in my defaul "view item" form that is displayed, when a user opens a list item. In this form I have a checkbox, that shows a certain hidden...
-
Hi All, I'm still pretty new to InfoPath and I'm trying something a little above my level and need assistance. I'm creating a form with an approval workflow attached to it. How it essentially works is a user fills out the form and then submits it by clicking the Submit button at the bottom...
-
The solution to retrieving only newly selected checkboxes value from selection box when an item is modified 1. Create a text field (Categories_Values) and set a rule to dump the value of the listbox (Categories) field into it. 2. In SP Designer set variable, if the selection box field (Categories) has...
-
I am a BA and not a developer by any means. I am using Infopath Designer 2010 to create a form to be run in 2007 format. I am having a number of problems with action rules. I have several checkboxes and am trying to create an action rule that would set the values of 2 other checkboxes. The original set...
-
Hello, I am trying to pre check more than one check box based on another field. I am almost there. I can prepopulate a single check box but can't figure out the action rule logic to check 2 or more check boxes. My environment is InfoPath 2010. My check box field uses a SharePoint list data source...
-
Hi All, I have a checkbox (chkA) and three textboxes (txtB, txtC and txtD). I need to fill txtC with the value entered in txtB when chkA is checked, but doesn't work in preview or Sharepoint. I created the following action rule: Condition: chkA = TRUE Action: Set field txtC value to txtB. Seems pretty...
-
Hi. I have a check box in my form, and I've created the change event by code. When I click the check box, I select some rows in a multi-select list box Everything works fine in the preview, and I can publish the form, but when I try to execute any control I get this message. I'm using Infopath...
-
Hello .. i have a big problem.. i have a extensive list with a checkbox item .. and i need to take the values of checkbox to the user.. but.. the problem is that not save the values.. emmm for example: " [x] OPTION 1 [ ] option 2 [x] option 3 [ ] option 4 [ ] option 5 " i take this 2 options...