"1010"? What the heck is that?
Answer the other question too. Look for the "?" symbols. They indicate a question. Jason, I am losing patience here. Tracy ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Jason B Sent: Tuesday, January 06, 2009 2:17 PM To: [email protected] Subject: [flexcoders] Re: Slow datagrid updates var oSelectedItem:Object = mccert_refund_grid.selectedItem; oSelectedItem.CERTPRESENT = "NOT PRESENT"; var iIndex:int = mccert_refund_grid.selectedIndex; search_cert_refund_dataprovider.lastResult.DATARESULTS.setItemAt(oSelect edItem,iIndex); <mx:HTTPService id="search_cert_refund_dataprovider" url="/tsole.php" method="POST" fault="defaultFault(event)"> <mx:request xmlns=""> <refund_number> {refund_number.text} </refund_number> </mx:request> </mx:HTTPService> Its an error 1010 --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Tracy Spratt" <tspr...@...> wrote: > > Then answer the questions in my previous post. > > Tracy > > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of Jason B > Sent: Tuesday, January 06, 2009 9:49 AM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Re: Slow datagrid updates > > > > > No using httpservice throws an error but your example with an array is > working, how can i get this to work with httpservice? > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> <mailto:flexcoders%40yahoogroups.com> > , "Tracy Spratt" <tspratt@> wrote: > > > > So you have everything working as you wish now? > > > > Tracy > > > > > > >

