Inside of Adobe Flash Builder, I am trying to bind data to a comboBox. Here is my scenario:
- I have data services provided by
ColdFusionwhich connects to aMySQLdatabase. - I have connected the data services and they show in the inspector window as follows:
NameService. - Inside
NameServiceI have the following data types underTbl_names(the name of the table in myMySQLdatabase)admin:String,dept:String,ID:Number,manager:String,name:String,pin:String, andstore:String.
With all of this being said, I have a comboBox with the ID of nameBox. I want to have nameBox only show the names of people who’s store:String is equal to “Toyota”. I can’t figure this out for the life of me. How do I do that?
Sounds like you need to set the CFQUERY to limit your selection:
http://www.quackit.com/coldfusion/tutorial/coldfusion_database_queries.cfm