Combo Box Auto Complete


Author
Message
Ricardo Quartier
Ricardo Quartier
StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)
Group: Forum Members
Posts: 87, Visits: 779
Thanks !
StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
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.  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.
Ricardo Quartier
Ricardo Quartier
StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)StrataFrame User (145 reputation)
Group: Forum Members
Posts: 87, Visits: 779
Yo, Is there a way to use the auto complete property of the combo box if my combo box is using SF BO?

Example:

BusinessObject: JogadoresBO1
BindingField: jogador_clubeID
PopulationType: BusinessObject
PopulateOnFormLoad: FormLoad
PopulationDataSourceSettings: ClubesBO.FillTop100

How should I configure the AutoCompleteMode and AutoCompleteSource properties?

Any clue.. ?

Thanks......

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search