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(oSelectedItem,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], "Tracy Spratt" <tspr...@...> wrote:
>
> Then answer the questions in my previous post.
>
> Tracy
>
>
>
> ________________________________
>
> From: [email protected] [mailto:[email protected]] On
> Behalf Of Jason B
> Sent: Tuesday, January 06, 2009 9:49 AM
> To: [email protected]
> 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>
> , "Tracy Spratt" <tspratt@> wrote:
> >
> > So you have everything working as you wish now?
> >
> > Tracy
> >
> >
> >
>