[flexcoders] ArrayCollection question in Cairngorm?

2007-12-17 Thread markflex2007
Hi, I have a simple cfc, the function is like this,it get a department list cffunction name=getDept displayname=getDept access=remote output=false returntype=query cfquery name=getDepartment datasource=bursary SELECT Id, Dept

Re: [flexcoders] ArrayCollection question in Cairngorm?

2007-12-17 Thread Sanjay Varma
None - Original Message From: markflex2007 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 17, 2007 12:22:59 PM Subject: [flexcoders] ArrayCollection question in Cairngorm? Hi, I have a simple cfc, the function is like

Re: [flexcoders] ArrayCollection question in Cairngorm?

2007-12-17 Thread João Fernandes
Mark, your result is just fine, just define a labelField or a labelFunction in your combobox. something like this mx:ComboBox labelField=DepartmentName dataProvider={modelLocator.acDept}/ -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

Re: [flexcoders] ArrayCollection question in Cairngorm?

2007-12-17 Thread Mark Shen
Thanks João Fernandes . Mark - Original Message From: João Fernandes [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, December 17, 2007 1:28:20 PM Subject: Re: [flexcoders] ArrayCollection question in Cairngorm? Mark, your result is just fine, just define a labelField