I would like to add the following functionality to my app. Here is the scenario: I have an order and I want to add "product" to it. I can use the combo box to do the look up. But in this case the drop down is limited to the code. so I can add a button beside the combo box to show a browse dialog which allows a more complex lookup. Now lets say that the code I want does not exist. I would like to be able to add the new code "on the fly" from where I am at. What is the best way using the strataframe components to accomplish all three tasks.
Thanks