The red line seems very suspecious, I guess this has something to do with the data structure of the result object, are there many rows (items) inside the result object ?
Here is my current code.
// INTALIZE FUNCTIONS
private function initComplete(){
BranchManager_Display_Branch()
}
// CALL DISPLAY BRANCH METHOD
private function BranchManager_Display_Branch(){
BranchManager.Display_Branch()
}
// HANDLE DISPLAY BRANCH RESULTS
private function
BranchManager_Display_Branch_Result(result):void{
branchDG.dataProvider = result;
branchID.dataProvider = result.FLD_BRANCH_NAME as
ArrayCollection;
}
// HANDLE DISPLAY BRANCH FAULT
private function
BranchManager_Display_Branch_Fault(event:FaultEvent):void{
Alert.show("Test Error","Program Error")
}
SPONSORED LINKS.![]()
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
| 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.
__,_._,___

