[flexcoders] ComboBox populate list with remoteobject

2007-10-14 Thread George Georgiou
Hi there, I got a remoteobject which loads data from an sql table. I got something like 5 fields for customers. I want to populate a combobox showing the name of the customer and having as a value the customer_id. After Googling it a bit, I have ended up with this: mx:ComboBox

RE: [flexcoders] ComboBox populate list with remoteobject

2007-10-14 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of George Georgiou Sent: Sunday, October 14, 2007 2:03 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ComboBox populate list with remoteobject Hi there, I got a remoteobject which loads data from an sql table