Search - InfoPath Dev Sign in | Join | Help InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads Use our Google Custom Search for best site search results. Search More Search Options Page 4 of 17 (169 items) « First ... < Previous 2 3 4 5 6 Next > ... Last » Re: View repeated fields value in textbox "additional field that is from a different group" -- if you'd like to add it from repeating group, first, create similar eval(eval()) for the repeating group. and then concatenate these 2 together. Once you know how to handle repeating table, then you can apply it. for example, the following expression gives concatenated ... Posted to General (Forum) by Kaoru Okumura on 01-28-2016 Re: View repeated fields value in textbox Attached the modified form that shows concatenated string ExecSum. Default value is set as: xdMath:Eval(xdMath:Eval(../my:ItemsOfInterestGroup/my:ItemsOfInterestSub, 'concat(my:IoI-TicketNum, " ", my:IoI-EventTitle, " ", my:IoI-Priority, " ", my:IoI-Status, " ", my:IoI-Remarks, "; ... Posted to General (Forum) by Kaoru Okumura on 01-28-2016 Re: View repeated fields value in textbox I understand it's tricky and setting the parameters for eval is a bit difficult first. You can upload your InfoPath file using "Option" tab. Then we can take a look at it.... tnx Posted to General (Forum) by Kaoru Okumura on 01-28-2016 Re: View repeated fields value in textbox Assuming you have InfoPath form library, and may add another field to show all repeated fields, I'd use concatenation function to show repeated fields. Sample form is attached, Let's say xpath of the target field: /my:myFields/my:items/my:item/my:text, and /my:myFields/my:items/my:item is repeating group. ... Posted to General (Forum) by Kaoru Okumura on 01-27-2016 Re: Limit the results of a Repeating Table, Secondary Source? Attached a sample form... please modify the data connection to fit your environment Key point is the condition for the formatting rule on the repeating table. Condition: Location(in the secondary source) is not equal to Location(in the main data source, associated to the combo box ) or if you prefer reading it in ... Posted to General (Forum) by Kaoru Okumura on 01-27-2016 Re: Create an image link on a site (not QuickLaunch) that opens an InfoPath form Hi, so you need a url to open new form, and put the url as hyperlink somewhere on your page assigned to an image. Assuming that the InfoPath template is already published on a SharePoint library, try clicking 'New' to open new form, and copy the url from browser's address bar, then past it notepad or your favorite editor ... Posted to General (Forum) by Kaoru Okumura on 01-27-2016 Re: Message when booking time is incorrect Sorry! the previous attachment is InfoPath 2013 form. So now, attached one saved for InfoPath 2010. Hope it will work..... Posted to General (Forum) by Kaoru Okumura on 01-26-2016 Re: Message when booking time is incorrect I think you mean Option Button.. Please take a look at the attached sample. When you select an Option Button, rule checks current date-time, and get time part. Then depends on the current time, and selected button, set error message if its too late.If not, set the error message = "" Set format rule for the ... Posted to General (Forum) by Kaoru Okumura on 01-25-2016 Re: How do you update a field that already has data to support a different format There might be several ways to do that.... see attached sample form. Solution 1: if you can have output in different field, this is most common style -- Create another field, say 'reformatted', and set its default value as concat("A", UserInput, "C01") Solution 2: if it is essential to use the same field ... Posted to Controls (Forum) by Kaoru Okumura on 01-25-2016 Re: InfoPath repeating tables Hi, could you please attach the form (please use the tab "Options"), and also describe the issue you have with your form, and expected behavior? then, it's much easier to understand your problem. Thank you! Posted to General (Forum) by Kaoru Okumura on 01-24-2016 Page 4 of 17 (169 items) « First ... < Previous 2 3 4 5 6 Next > ... Last » Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.