Dropdownlistbox - 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 » Dropdownlistbox Use our Google Custom Search for best site search results. Dropdownlistbox Last post 11-29-2005 02:18 PM by Ben. 6 replies. Page 1 of 1 (7 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 11-29-2005 01:07 PM Sulla Joined on 11-29-2005 Posts 4 Dropdownlistbox Reply Contact Is there a way to configure a dropdownlistbox control to allow the user to type if their choice is not in the list? If not, is there another control?Thanks! 11-29-2005 01:23 PM In reply to Matt Faus Joined on 08-18-2006 Dallas, Texas Posts 1,558 Re: Dropdownlistbox Mark as Not AnswerMark as Answer... Reply Contact Why don't you make one of your items in the DDL "Other..." and when this item is selected, display a textbox that allows the user to type in their custom selection.Am I understanding your question correctly?---------------Matt Faus Matt Faus / Microsoft InfoPath MVPQdabra® Software / Streamline data gathering to turn process into knowledge 11-29-2005 01:25 PM In reply to Ben Joined on 11-17-2005 Germany Posts 33 Re: Dropdownlistbox Mark as Not AnswerMark as Answer... Reply Contact This post may help you:http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=1275Add a value to your ddl with the name "other" or something like that. Place a text box next to the ddl. Add the following conditional formatting to the ddl "name of ddl" contains "other" hide this control and this to the text box "name of textbox" does not contain "other" hide this control. Just tried it and it works perfect. 11-29-2005 01:26 PM In reply to Ben Joined on 11-17-2005 Germany Posts 33 Re: Dropdownlistbox Mark as Not AnswerMark as Answer... Reply Contact Matt is too fast for me... 11-29-2005 01:41 PM In reply to Sulla Joined on 11-29-2005 Posts 4 Re: Dropdownlistbox Mark as Not AnswerMark as Answer... Reply Contact Forgot to mention it is in a repeating table that is tied to a datasource. 11-29-2005 01:45 PM In reply to Ben Joined on 11-17-2005 Germany Posts 33 Re: Dropdownlistbox Mark as Not AnswerMark as Answer... Reply Contact Shouldn't make any difference. Just try it. 11-29-2005 02:18 PM In reply to Ben Joined on 11-17-2005 Germany Posts 33 Re: Dropdownlistbox Mark as Not AnswerMark as Answer... Reply Contact I found an error in my example above: If you do like I suggested the ddl will reapear if you enter data in the textbox other than "Other". You have to do your conditioning on every single element in your ddl. It's a little effort but it's worth it :D Page 1 of 1 (7 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.