Use our Google Custom Search for best site search results.
Browse by Tags
-
So I am a newbie at Infopath, so my skill level is base level compared to some of the postings I have seen here you guys are wizards so I will explain as best I can. I have a billing sheet that is grouped by a Date field broken down into repeating tables for Personnel, Equipment, Services, Materials...
-
Hi there, I am struggling with creating a Validation Rule on a Repeating Table that is referencing a Secondary Data Connection. I am creating a Hot Desk Booking System and require that a Secondary List (where the individual repeating table rows are submitted to) is checked when a new row item is added...
-
Hi Everyone, I'm having a problem with a validation rule that we're using on text fields that we're using for email entry on some forms. We're using the following custom pattern to try and ensure people are entering emails in a standard format, if they don't they get the usual red...
-
So I had this working then I messed with it. I am following the attached example i got from https://alecpojidaev.wordpress.com/2008/12/30/infopath-codeless-programming-walkthrough-2/?unapproved=9269&moderation-hash=ab0e755ed616146be7e0401f7d59da01#comment-9269 and it does work, however because I...
-
Here I am again looking for guidance. I have 6 SharePoint Security groups that I am using to manage the permissions for my form. I found this great blog https://www.spjeff.com/2014/09/25/infopath-tip-detect-security-group-with-list-item-permissions/ they explains how to let SharePoint manage it since...
-
I have 5 views and based on the Request type I want it to load the appropriate view. I know I can use rules to do this, however my question is can I put all of the variables in the Form Load in a single rule or do I break them out into individual rules.
Example:
If Request Type = AOP Evaluation...
-
I am trying to set the value of Request Type to the default value of a hidden field on the form. I have 4 different views that represent different request type. Each view has a hidden field that represents the type of request it is. I have tried to use rules to set field values not working, I tried...
-
I have several section on my form that when an conditional rule is applied it should show the section. The rule is working, however the section is larger than the whole table and I cannot figure out what is causing this. I have tried in a new row in one row same response as what you see below
-
I am building a form with multiple sections and rules based on Yes/No answers to display a comment rich text box. All of my rules have stopped.
I do not have any nested sections but have multiple sections on the form.
Any idea whats going on?
Dorinda
-
I am attempting to follow the alecpojidaev instructions to calculate the amount of working days between two date pickers on my own form using this link: https://alecpojidaev.wordpress.com/2008/12/30/infopath-codeless-programming-walkthrough-2/ . However, after copying his rules directly from his form...