<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Browser Forms</title><link>https://www.infopathdev.com:443/forums/40.aspx</link><description>For browser form specific questions</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118836.aspx</link><pubDate>Thu, 19 Apr 2018 17:20:59 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118836</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118836.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118836</wfw:commentRss><description>&lt;p&gt;Hi Hilary!&lt;/p&gt;&lt;p&gt;Thanks again for all your help. Its been an invaluable learning lesson for me. &lt;/p&gt;&lt;p&gt;So I removed all of the above Xpath code from the section condition. I then re-added them. Now it works. I have no idea why. :)&lt;/p&gt;&lt;p&gt;I am just about done now with the changes my team needs. I just need to make the multi-select box required when&amp;nbsp;one of the classes above is selected. However I found a thread on here that mentions validation isn&amp;#39;t available for&amp;nbsp;MS boxes.&amp;nbsp;So I created a rule on the submit button that disables it when Epic Department MS box is empty. However that MS box is conditional and only appears when a user selects a CADLP class.&lt;/p&gt;&lt;p&gt;How do I enable the submit button for everyone who does&amp;nbsp;NOT select one of the classes in the Class dropdown? And disable the Submit button when they do select&amp;nbsp;one of the&amp;nbsp;CADLP Classes from the Class drop down box; and once they select an Epic Department from the MS Box, THEN enable the submit button? Hope that makes sense. I&amp;#39;ve attached my working template.&lt;/p&gt;</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118828.aspx</link><pubDate>Wed, 18 Apr 2018 15:21:11 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118828</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118828.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118828</wfw:commentRss><description>&lt;p&gt;Its looking at either Class or Additional Classes dropdown for those values and should UNHIDE the section containing Epic Departments.&lt;/p&gt;&lt;p&gt;And oddly enough, when I removed the rules that didn&amp;#39;t work and added the same exact ones back in, they work! I don&amp;#39;t get it. LOL&lt;/p&gt;&lt;p&gt;EDIT:&lt;/p&gt;&lt;p&gt;InfoPath will only let me add 5&amp;nbsp;conditions to a rule. So I had to create an additional rule&amp;nbsp;for the section to accommodate additional class criteria. When I add the 2nd rule, things stop working. Is there a way around this?&lt;/p&gt;&lt;p&gt;Rule attached to section holding Epic Departments&lt;/p&gt;&lt;p&gt;Rule 1 - &amp;quot;Show Epic Departments when Scheduler CADLP Template Builder or CADLP Front Desk class is selected&amp;quot;&lt;/p&gt;&lt;p&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Template Builder&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Template Builder&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Front Desk&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Front Desk&amp;quot;))&lt;/p&gt;&lt;p&gt;Rule 2 - &amp;quot;Show Epic Departments when Scheduler CADLP Referral Coord or CADLP Scheduler class is selected&amp;quot;&lt;/p&gt;&lt;p&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Referral Coord&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Referral Coord&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Scheduler&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Scheduler&amp;quot;))&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2nd EDIT:&lt;/p&gt;&lt;p&gt;I found a thread where you mentioned stringing conditions together with AND or OR. &lt;br /&gt;&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Template Builder&amp;quot;)) &lt;b&gt;and&lt;/b&gt; not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Template Builder&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Front Desk&amp;quot;)) &lt;b&gt;and&lt;/b&gt; not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Front Desk&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Referral Coord&amp;quot;)) &lt;b&gt;and&lt;/b&gt; not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Referral Coord&amp;quot;))&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;CADLP Cadence Scheduler&amp;quot;)) &lt;b&gt;and&lt;/b&gt; not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;CADLP Cadence Scheduler&amp;quot;))&lt;br /&gt;&lt;br /&gt;There is only one rule now. I modified the rule to include everything above&amp;nbsp;and things are still not working as expected.&lt;/p&gt;&lt;p&gt;When selecting&amp;nbsp;&amp;quot;CADLP Cadence Template Builder&amp;quot; from Class or Additional classes, the section does&amp;nbsp;not unhide. :(&lt;br /&gt;When selecting&amp;nbsp;&amp;quot;CADLP Cadence Front Desk&amp;quot; from Class or Additional classes, the section does&amp;nbsp;not unhide. :(&lt;br /&gt;When selecting&amp;nbsp;&amp;quot;CADLP Cadence Referral Coord&amp;quot; from Class or Additional classes, the section does&amp;nbsp;unhide. :)&lt;br /&gt;When selecting&amp;nbsp;&amp;quot;CADLP Cadence Scheduler&amp;quot; from Class or Additional classes, the section does&amp;nbsp;unhide. :)&lt;/p&gt;</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118826.aspx</link><pubDate>Wed, 18 Apr 2018 15:14:51 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118826</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118826.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118826</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;So - this section is showing or hiding based on Class selection? Not Additional Class selection?&lt;/p&gt;</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118823.aspx</link><pubDate>Wed, 18 Apr 2018 14:34:24 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118823</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118823.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118823</wfw:commentRss><description>&lt;p&gt;Seeing a little more weirdness. Using the same rule logic with different values, the Epic Departments section is not unhidden when a &amp;quot;CADLP&amp;quot; value is chosen from the Class dropdown. Oddly it worked 2 days ago. Now I open it and it does NOT work any longer. Any idea why that would be? I have attached my template.&lt;/p&gt;&lt;p&gt;I&amp;nbsp;use the exact same Xpath syntax&amp;nbsp;used to hide/unhide a different section&amp;nbsp;on the same form&amp;nbsp;but&amp;nbsp;it doesn&amp;#39;t work:&lt;/p&gt;&lt;p&gt;This Rule works:&lt;/p&gt;&lt;p&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;&lt;b&gt;Reporting 100&lt;/b&gt;&amp;quot;))&lt;/p&gt;&lt;p&gt;This Rule doesn&amp;#39;t work:&lt;/p&gt;&lt;p&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;&lt;b&gt;CADLP Cadence Template Builder&lt;/b&gt;&amp;quot;))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The only difference I see is the Class Name. And its checking the same Class&amp;nbsp;dropdowns. I&amp;#39;ve double checked and there are Class entries that&amp;nbsp;start with&amp;nbsp;&lt;b&gt;CADLP Cadence Template Builder&lt;/b&gt; so not sure why it doesn&amp;#39;t work but the &lt;b&gt;Reporting 100&lt;/b&gt; does.&lt;/p&gt;&lt;p&gt;What am I missing? :)&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118820.aspx</link><pubDate>Tue, 17 Apr 2018 20:42:39 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118820</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118820.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118820</wfw:commentRss><description>&lt;p&gt;Thanks so much for the sample! I didn&amp;#39;t immediately see how you accomplished the filtering but I will study it tomorrow.&lt;/p&gt;&lt;p&gt;For reasons I won&amp;#39;t go into, I&amp;#39;ve decided to take a&amp;nbsp;different approach now. Basically I&amp;#39;m hiding the entire Epic Departments section unless they select a class that starts with &amp;quot;CADLP Cadence Scheduler&amp;nbsp;&amp;quot;. That meets my end users needs. I&amp;#39;ll remove the &amp;quot;No Scheduling Security Required&amp;quot; option.&lt;/p&gt;&lt;p&gt;However I am having trouble making the multi-select box&amp;nbsp;required. I am using the same rule logic as whats being used on the rest of the conditionally required fields but for the multi-select box, its not working. Is this another caveat of multi-select boxes?&lt;/p&gt;</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118798.aspx</link><pubDate>Fri, 13 Apr 2018 21:23:01 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118798</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118798.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118798</wfw:commentRss><description>Sample attached.</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118792.aspx</link><pubDate>Fri, 13 Apr 2018 15:44:14 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118792</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118792.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118792</wfw:commentRss><description>You add a filter to the data source for the multiselect - again, it will be slightly complicated, because the Class field stores the ID of its lookup - effectively, you need to filter for the items that don&amp;#39;t equal the value you don&amp;#39;t want if the Class display starts with CADLP. However, as I&amp;#39;ve mentioned - this can get kinda icky because of how multi-selects work. I&amp;#39;ll try to put together a simple sample for you but it will probably be the end of the day before I have time.</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118791.aspx</link><pubDate>Fri, 13 Apr 2018 15:32:20 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118791</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118791.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118791</wfw:commentRss><description>&lt;p&gt;Yes unfortunately the departments&amp;nbsp;are hard coded. If I put them in their own list and used that list as the source for my departments multiselect box, how do I filter that out if they chose &amp;quot;CADLP Cadence Scheduler&amp;nbsp;&amp;quot; class? &lt;/p&gt;</description></item><item><title>Re: Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118790.aspx</link><pubDate>Fri, 13 Apr 2018 14:47:20 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118790</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118790.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118790</wfw:commentRss><description>You can&amp;#39;t disable it, but you could add a filter. If the values in your multi-select are hard coded (i.e., not a lookup like your Class drop down) - there probably won&amp;#39;t be a way to do this. So, you might want to put those values in their own list, then change the column type to a lookup so you can filter out &amp;quot;no scheduling security required&amp;quot; if needed. However, there are a number of things that are tricky about multi-selects, and I&amp;#39;m concerned that a user could select that option before the class was selected, which would leave it selected once they set the class field. Or they could toggle the class field and it would still be selected.</description></item><item><title>Can one checkbox in mutliselect box be disabled by rule?</title><link>https://www.infopathdev.com:443/forums/thread/118789.aspx</link><pubDate>Fri, 13 Apr 2018 14:14:48 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118789</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118789.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118789</wfw:commentRss><description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I&amp;nbsp;am using InfoPath 2013 and have a form which contains a Class dropdown box and a multiselect box with&amp;nbsp;department information in it. We would like to add the following functionality.&lt;/p&gt;&lt;p&gt;When a user selects a class that starts with &amp;quot;CADLP Cadence Scheduler&amp;nbsp;&amp;quot; then disable just the &amp;quot;No Scheduling Security Required&amp;quot; checkbox in the mutliselect box. We would like to force them to select a department. We do not want to give them the option of choosing &amp;quot;No Scheduling Security Required&amp;quot;. All other checkboxes should be active. We have about 5 other classes that this logic would apply to.&lt;/p&gt;&lt;p&gt;Is&amp;nbsp;it possible to disable a particular checkbox in a mutliselect box based on values in a dropdown box?&lt;/p&gt;&lt;p&gt;Thanks in advance for your assistance!&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>