Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fast Report + Alternative to a Blob Calculated Field

109 views
Skip to first unread message

f4b3r

unread,
Feb 23, 2009, 6:27:46 PM2/23/09
to
Hi All,

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

0 new messages