great news!!!!!!...ive gone back to using remotingConnection and your method works....thank you so much for all your input!!!!!
public function onSendResult(result :Array) : void
{
if(!result) return;
dg.dataProvider.addItem(result[0]);
dg.dataProvider.refresh();
}

