Subject | Re: Search blobs |
---|---|
Author | Ed Dressel |
Post date | 2004-03-23T21:26:42Z |
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
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