Comparing the same text field in a repeating table - InfoPath Dev Sign in | Join | Help in General InfoPath (Entire Site) 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 InfoPath Dev » InfoPath » General » Comparing the same text field in a repeating table Use our Google Custom Search for best site search results. Comparing the same text field in a repeating table Last post 04-18-2011 10:32 PM by Jolya. 2 replies. Page 1 of 1 (3 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 04-18-2011 12:30 AM Jolya Joined on 04-17-2011 Posts 8 Comparing the same text field in a repeating table Reply Contact Hi to all.. this is my first post and let me tell you I love you guys for all your great responses … I have text control called (Item Code) and repeating table with tow columns I(tem Code) and (Supplier name)…the repeating table get these data form SharePoint list according to the text control value. Now when user enter an item code in the text control which available in SharePoint List then he can insert the row with that data; otherwise he can not..I have added the rules for that and it’s working fine… My problem is ..I want to have one supplier only in the repeating table so if the user choose an item code with supplier 1 and then he enter an item code with supplier 2 it will not allow him to insert the row and he will get a message “you have choose a different supplier” I tried to use conditional formatting for the repeated supplier node but I failed when try to compare the supplier text!! Please help 04-18-2011 08:34 AM In reply to Potemkine Joined on 06-21-2010 Posts 451 Re: Comparing the same text field in a repeating table Mark as Not AnswerMark as Answer... Reply Contact Hi Jolya, it is possible to use drop down control on your supplier and code field ? If yes you can make a filter from "Supplier name" on the field "code" wit that the user will be able to select only the code of the supplier. 04-18-2011 10:32 PM In reply to Jolya Joined on 04-17-2011 Posts 8 Re: Comparing the same text field in a repeating table Mark as Not AnswerMark as Answer... Reply Contact hi..Potemkine many thanks to answer me i can not use drop-down control as i have more than 2000 item that is why i have to use a text box so user just write the required code. any suggestion?? Page 1 of 1 (3 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
Hi to all.. this is my first post and let me tell you I love you guys for all your great responses … I have text control called (Item Code) and repeating table with tow columns I(tem Code) and (Supplier name)…the repeating table get these data form SharePoint list according to the text control value. Now when user enter an item code in the text control which available in SharePoint List then he can insert the row with that data; otherwise he can not..I have added the rules for that and it’s working fine… My problem is ..I want to have one supplier only in the repeating table so if the user choose an item code with supplier 1 and then he enter an item code with supplier 2 it will not allow him to insert the row and he will get a message “you have choose a different supplier” I tried to use conditional formatting for the repeated supplier node but I failed when try to compare the supplier text!! Please help
Hi Jolya, it is possible to use drop down control on your supplier and code field ?
If yes you can make a filter from "Supplier name" on the field "code" wit that the user will be able to select only the code of the supplier.
hi..Potemkine many thanks to answer me i can not use drop-down control as i have more than 2000 item that is why i have to use a text box so user just write the required code. any suggestion??