﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Browse Dialog Search Fields</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 22 May 2026 11:40:47 GMT</lastBuildDate><ttl>20</ttl><item><title>Browse Dialog Search Fields</title><link>http://forum.strataframe.net/FindPost32640.aspx</link><description>I am using the browse dialog combo for a search field.&lt;div&gt;Is there any way to set the AutoCompleteMode.&lt;div&gt;The default seems to be for the list to jump to items that start with the last key entered.&lt;div&gt;I would like the Suggest mode the narrows down the possible item as you type.&lt;br/&gt;&lt;br/&gt;&lt;div&gt;Thanks is advance.</description><pubDate>Thu, 24 Jul 2014 17:36:20 GMT</pubDate><dc:creator>Rylster</dc:creator></item><item><title>RE: Browse Dialog Search Fields</title><link>http://forum.strataframe.net/FindPost32641.aspx</link><description>Hi Rylster.&lt;br/&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;Nope, as far as I know the combo on the BrowseDialog won't let you have this functionality.&lt;br/&gt;&lt;br/&gt;I have mine working the way you mentioned, but for this I have changed the BD source code, which I don't advice you to do unless you keep a good documentation of what you have changed to be able to do it all over again in case you install an update.&lt;br/&gt;&lt;br/&gt;If you go this way, you would have to add 2 lines in it, on the CreateEnumCombo and on the CreateBOCombo, right where there is a "Set the combo settings" section, like the following:&lt;br/&gt;&lt;br/&gt;&lt;span&gt;[codesnippet].AutoCompleteMode = AutoCompleteMode.Append[/codesnippet]&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Cheers.&lt;br/&gt;&lt;br/&gt;Ivan</description><pubDate>Thu, 24 Jul 2014 17:36:20 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>