﻿<?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?)  » extended combo box functionality</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 17:45:02 GMT</lastBuildDate><ttl>20</ttl><item><title>extended combo box functionality</title><link>http://forum.strataframe.net/FindPost7133.aspx</link><description>I would like to add the following functionality to my app.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Here is the scenario:&amp;nbsp; I have an order and I want to add "product" to it.&amp;nbsp; I can use the combo box to do the look up.&amp;nbsp; But in this case&amp;nbsp;the drop down&amp;nbsp;is limited to the code.&amp;nbsp; so I can add a button beside the combo box to show a browse dialog which allows a more complex lookup.&amp;nbsp; Now lets say that the code I want does not exist.&amp;nbsp; I would like to be able to add the new code "on the fly" from where I am at.&amp;nbsp; What is the best way using the strataframe components to accomplish all three tasks.&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Fri, 23 Feb 2007 09:19:21 GMT</pubDate><dc:creator>Kent Meyer</dc:creator></item><item><title>RE: extended combo box functionality</title><link>http://forum.strataframe.net/FindPost7139.aspx</link><description>If it's a set list, you can use the ComboBox and the PopulationDataSourceSettings on the combo box to populate it with the appropriate codes.&amp;nbsp; If you need a "browse" button to do a more detailed lookup, you can drop a BrowseDialog on the form and configure it to do the lookup.&amp;nbsp; However, if you need to be able to lookup records and/or add a new one, you'll have to create a custom form or custom control to do that... the browse dialog doesn't allow you to add new records within it.</description><pubDate>Fri, 23 Feb 2007 09:19:21 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>