﻿<?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?)  » Combo Box Auto Complete</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 00:17:31 GMT</lastBuildDate><ttl>20</ttl><item><title>Combo Box Auto Complete</title><link>http://forum.strataframe.net/FindPost1267.aspx</link><description>Yo, Is there a way to use the auto complete property of the combo box if my combo box is using SF BO?&lt;BR&gt;&lt;BR&gt;Example:&lt;/P&gt;&lt;P&gt;BusinessObject: JogadoresBO1&lt;BR&gt;BindingField: jogador_clubeID&lt;BR&gt;PopulationType: BusinessObject&lt;BR&gt;PopulateOnFormLoad: FormLoad&lt;BR&gt;PopulationDataSourceSettings: ClubesBO.FillTop100&lt;/P&gt;&lt;P&gt;How&amp;nbsp;should I configure the&amp;nbsp;AutoCompleteMode and AutoCompleteSource properties?&lt;/P&gt;&lt;P&gt;Any clue.. ?&lt;/P&gt;&lt;P&gt;Thanks......</description><pubDate>Wed, 24 May 2006 09:56:29 GMT</pubDate><dc:creator>Ricardo Quartier</dc:creator></item><item><title>RE: Combo Box Auto Complete</title><link>http://forum.strataframe.net/FindPost1270.aspx</link><description>Thanks !</description><pubDate>Wed, 24 May 2006 09:56:29 GMT</pubDate><dc:creator>Ricardo Quartier</dc:creator></item><item><title>RE: Combo Box Auto Complete</title><link>http://forum.strataframe.net/FindPost1269.aspx</link><description>The AutoCompleteMode property is an enumeration that allows you to specify how the auto complete will work, and the AutoCompleteSource is a collection (IList, array, etc.) of strings that should be in the auto-complete.&amp;nbsp; If you want the AutoCompleteSource to come from the database, then you'll need to create a method on your business object that will create and return a collection of objects, which can then be set as the AutoCompleteSource of the combo box.</description><pubDate>Wed, 24 May 2006 08:44:35 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>