I've discovered I cannot create a Blob Calculated Field...
I'm using fast report.
I have an img in a file, which I must to edit with some data in my
table records (e.g. draw a text in my image...).
I've created a Trfxpictureview, but my image is not physically in my
database. And TfrxUserDataSet does not work with blob :(
I've tried to something like (onbeforeprint on TfrxReport):
if Sender.name='Picture1' then
Picture1.picture.graphic.assign(myelaboratedbitmap.graphic);
But this will use always the same image... :(
Thank you in advance :)
Fabrizio