20/11/2009, 02:11
|
| | Fecha de Ingreso: agosto-2006
Mensajes: 113
Antigüedad: 18 años, 3 meses Puntos: 1 | |
Respuesta: como controlar datos en un datagrid desde xml En otro post me decian ke hicera algo asi pero me da error :
[Bindable]
private var evedatos:ArrayCollection;
private function resultHandler(e:ResultEvent):void
{
evedatos = proxyService.lastResult.result.rowset.row.(@allian ceID=='824518128') as ArrayCollection;
}
lo deje asi para filtrar datos y me da error:
TypeError: Error #1010: Un término no está definido y no tiene propiedades.
at eve/resultHandler()
at eve/__proxyService_result()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
at mx.rpc::Responder/result()
at mx.rpc::AsyncRequest/acknowledge()
at DirectHTTPMessageResponder/completeHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
alguna idea? |