public function fcnChkCallState(event:InvokeEvent):void{
vCall=event;
do{
trace(String(vCall.eventPhase));
}
while (vCall.eventPhase < 3);
}
<mx:RemoteObject id="rOListaGrid" invoke="fcnChkCallState(event)" destination="GenericDestination" showBusyCursor="true" source="queryssiodd" result="onResultService(event,oTarget,cDataProviderName)">
<mx:method name="consulta" result="fcnResultDatosGrid(event)"/>
espero alguien me puede orientar..
con esto de antemano gracias..
