Re: [flexcoders] Combobox selected item

2006-04-18 Thread Tom Ortega
That's cuz you're using selectedItem, which returns an object.  Use "selectedLabel" if your comboBox just contains simple values.Otherwise, you'll have to dig into the selectedItem object to get what you want. -TomOn 4/18/06, Jeremy Rottman < [EMAIL PROTECTED]> wrote: In my app, the admins ca

[flexcoders] Combobox selected item

2006-04-18 Thread Jeremy Rottman
In my app, the admins can go from add record to edit record. When they enter the edit record, the comobo boxes should be set to the selected item that is stored in the database. How ever I cant get this to work. Here is the code I am trying. The text inputs work fine, it is just the comboboxes that