to populate a combobox. However everything that I have tried has
failed. Can someone give me a bit of help with this.
Here is my code. I have tried it with as ArrayCollection and with out
it. I am using the alert to make sure that I am getting data returned.
// HIRED BY METHOD CALL
public function AddAgentModhiredByQry(){
AddAgentMod.hiredByQry()
}
// HIRED BY METHOD RESULTS
public function AddAgentModhiredByQryResult(result){
Alert.show(result);
hiredBy.dataProvider = resul as ArrayCollection;
}
// HIRED BY MEHTOD FAULT
public function AddAgentModhiredByQryFault(event:FaultEvent):void{
// DUMP ERROR MESSAGE
Alert.show("An error has occured","Fault - Hired by DataProvider");
}
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

