Subject Re: Search blobs
Author Ed Dressel
I've tried differnet methods, such as:

IBOQuery1.Filtered := False;
IBOQuery1.Open;
IBOQuery1.filtered := True;

and in the OnFiltered event the blob field is still = ''. I've
checked the blob fields value after opening and there is content
there, it just isn't avaiable in the OnFiltered event.

Ideas?

Thanks
Ed Dressel