I am using CF remote objects

 

I want to populate a Combo Box from the result of the CFC method - TermsList
which will be a query with two fields TermDesc, and TermCode.

 

Should this be an ArrayCollection or just an Array or something else?

 

I want to display the TermDesc and use TermCode as the value.

 

AS something related  -- after the creationComplete I have this function:

 

public function initMe():void{

                        //this runs when the application is first created

                  getMembers();

                  

                  itemNum=Application.application.parameters.itemNum;

 
submittedby=Application.application.parameters.submittedby;

                  getWorksfor();

                  fetchPO();

      //          getTerms();

                  }

 

Is there any problem calling multiple functions - getMember(), fetchPO(),
getTerms()?

 

These functions in turn call service_ro.getMember etc.

 

Thanks,

 

Michael Sumner

Nations Best Sports

817-788-0034 ext 244

817-788-8542 fax

 

Reply via email to