Hi .. i actually got it working yesterday and hadn't had achance to post
yet ..i had :[Bindable]public var qResult:ArrayCollection;i just needed
to add the following to get it to work:public function
clearAll():void{qResult=new ArrayCollection(); }Cheers,Mark