I am working on my app, and ran into this error. I have searched all
over live docs and they are just as ambiguous as the error its self. Can
someone give me a lead in the right direction.


Here is my code.

     public function ClosingDisplayModcloseResQryResult ( result ){
                for (var i:Number=0;i<result.length;i++){
                        sellGC.text = result[i].SELLERCOMM * price.text;
                        buyGC.text = result[i].BUYERCOMM * price.text;
                     if (i=0 || i=1){
                         displayGrid1.visible = 'true';
                             if (result[i].TRANSSIDE == 'seller'){
                                 displayItemSeller1.visible = 'true';
                                 saleAgentId1.text = result[i].AGENTNAME;
                                 transInputSeller.text =
result[i].TRANSFEE;
                                 enoInputSeller.text = result[i].ENO;
                                 addTransInputSeller.text =
result[i].ADDTRANSFEE;
                                 // SET SELLER 1 HIDDEN FIELDS
                                 agentPercentSell.text =
result[i].PERCENTSIDE;
                                 sellerSideComm.text =
result[i].SELLERCOMM;
                             }
                             else if (result[i].TRANSSIDE == 'buyer'){
                                 displayItemBuyer1.visible = 'true';
                                 buyAgentId1.text = result[i].AGENTNAME;
                                 transInputBuyer.text =
result[i].TRANSFEE;
                                 enoInputBuyer.text = result[i].ENO;
                                 addTransInputBuyer.text =
result[i].ADDTRANSFEE;
                                 // SET BUYER 1 HIDDEN FIELDS
                                 agentPercentBuy.text =
result[i].PERCENTSIDE;
                                 buyerSideComm.text =
result[i].BUYERCOMM;
                             }
                     }


                }
  }





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to