Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
sawnani #1
Data Dynamically in Combo Box
How to set and display data (from Database) dynamically in Combo box?
sawnani Guest
-
combo box data binding
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns="*"... -
How to display a set of data in a data grid when drivenby a combo box?
I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent... -
Adding data to Combo box
I've made a form with several combo boxes. If the data is not available in the combo box, the user can hit a commande button which will bring him... -
Combo Box Bound Data Question
I have successfully set up variable data Combo Box via VBA with a Row Source Type of Table/Query which then uses a Row Source SQL command to... -
combo box and data
Hello, I have a form with a combo box to look up account numbers,description,route and stop. This works fine. What I need to learn is how to get... -
Tom Coleman #2
Re: Data Dynamically in Combo Box
myComboBox_cb.dataProvider = foo;
sawnani wrote:> How to set and display data (from Database) dynamically in Combo box?Tom Coleman Guest



Reply With Quote

