﻿<?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 » WinForms (How do I?)  » ComboBox query</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 12:00:51 GMT</lastBuildDate><ttl>20</ttl><item><title>ComboBox query</title><link>http://forum.strataframe.net/FindPost16630.aspx</link><description>I am trying to set up a combobox. Have the Strataframe Combo Box dropped on form. have set to Business Object and specified the method to populate. When I run, and click on Combo, I get blanks in the Combobox. I think it is displaying the records (just showing Blaknks) but not showing the required fields. I have put two field names into the MultiColumn Column property but must be missing somnething ....</description><pubDate>Wed, 28 May 2008 09:44:57 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: ComboBox query</title><link>http://forum.strataframe.net/FindPost16656.aspx</link><description>You don't need to worry about the Items collection. This is what you'd use to fill the combo manually, rather than using SF to fill it for you.  &lt;br&gt;
&lt;br&gt;
I'd look into three other things:&lt;br&gt;
-  Did you setup the PopulationDataSourceSettings correctly? You need to set the Display Member Format String (indicating what is displayed when the drop down is closed) and the Drop-Down Display Format String (indicating what is displayed when the combo is opened).  &lt;br&gt;
-  Did you set the ColumnSeparator property? The ColumnSeparator should match the character used in the Drop-DownDisplay Format String (e.g. if you set this to "{0}|{1}", then the ColumnSeparator would be "|").&lt;br&gt;
-  Have you checked that the Fill method is really filling the BO as you expect?&lt;br&gt;
&lt;br&gt;
To check the last, set a break after the FillDataTable call and use the data table visualizer to check that the data is being returned correctly.  &lt;br&gt;
&lt;br&gt;
Check out the Multicolumn sample provided with the SF install also. It pretty clearly shows how to use this feature.</description><pubDate>Wed, 28 May 2008 09:44:57 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: ComboBox query</title><link>http://forum.strataframe.net/FindPost16653.aspx</link><description>Hi Greg&lt;/P&gt;&lt;P&gt;Yes, I have the MultiColumn proerty set. &lt;/P&gt;&lt;P&gt;Is the columns collection the only property I need to fill to tell it the fields ?&lt;/P&gt;&lt;P&gt;There also a property called Item, whicj is highlighted with Collection...but have not put anything inot it.</description><pubDate>Wed, 28 May 2008 09:14:58 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: ComboBox query</title><link>http://forum.strataframe.net/FindPost16641.aspx</link><description>Did you set the property on the combo that tells it to use multi columns (UseMultiColumns)?</description><pubDate>Tue, 27 May 2008 17:49:29 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>