Subject Search blobs
Author Ed Dressel
I have a helper utility I am writing and am trying to filter a
TIBOQuery dataset by the contents of a blob field for data in the
OnFilterRecord event, but the blob's field value is always empty
(.AsString = ''). It seems that the OnFilter event is fired before
the blob is retrieved.

How should I filter based on the content of a blob field?

Thanks
Ed Dressel