Use our Google Custom Search for best site search results.
Browse by Tags
-
Hello According to my previous question (https://www.infopathdev.com/forums/t/40434.aspx) about (converting separate string fields to separated emails in a text box field) and very good solution I have received I have problem in using Eval function in my form (Attached). when I use below code in field1...
-
Hi - I know this particular message is very old, but my attention was caught by "I also did some touchups to prevent extraneous semicolons at the beginning and end of the list." My rule is working fine, but I have the annoying commas before and after the items. I do want them separated by commas...
-
I recently needed to have a form send emails to multiple users selected from the people picker tool. The first issue I had was the accounted had lots of unwanted and unhelpful text within i.e i:0#.w|domain\MUDID; Doing some searching I found a code to strip out the unwanted bits and just leave the MUDID...
-
Hi, I'm working on a Expense Report form in InfoPath, and I need to sum a field in a repeating table meeting a criteria -Déjà vu- I need to sum the 'Amount' only when the 'Payment' = "Personal Funds" Last time I had that problem, I used the Sum and Eval functions. So far...
-
Hi Sorry if this has been asked before. I have a InfoPath form connected to an Access database, what I would like is for to be able to manually enter data in field A and the other fields in that group prepopulate based on the value of field A. It sounds as if it should be pretty straight forward but...
-
I am capturing the data from 3 multi select list boxes using this fantastic post here: http://www.infopathdev.com/forums/t/14658.aspx?PageIndex=1 These are countries and they have associated regions. I would like to use the same sort of function to capture the regions that are associated with the countries...
-
I have the following function which looks up various values in a data connection column and displays it in one field however I want to be able to separate them somehow in different cells, maybe with a repeating table? I think I may need a preceding sibling? Can someone assist? eval(eval(SharePointListItem_RW...
-
Hi, Sorry if this has already been asked. I tried seraching the forum but couldnt find a similar post. I have an InfoPath Form with a Repeating Table which contains a Date control and a Check Box. I need to perform a Concat on all of the Date fields where the Check Box is false / unchecked. This is a...
-
Subject sounds a bit confusing so let me explain: Say I have five fields in my form named "fieldName, field1, field2, field3, fieldValue" For example, I want to be able to type "field1" into the "fieldName" field and get the value of field1 and display it in fieldValue and...
-
Hi, I am facing a weird issue and do not know how to solve. Please help. I am using infopath and I have one multi-selection listbox with secondary data connection with total 4 columns. There are ID, Title, Email Address, Description. The listbox is displaying Title value. Purpose: user need to check...