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")
}


Recent Activity
Visit Your Group
SPONSORED LINKS
Search Ads

Get new customers.

List your web site

in Yahoo! Search.

Y! Toolbar

Get it Free!

easy 1-click access

to your groups.

Yahoo! Groups

Start a group

in 3 easy steps.

Connect with others.

.


__._,_.___

--
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




__,_._,___

Reply via email to