Image from binary field to L&L

Hello!
Is it possible to get an image, that is saved in a binary filed in a
database, into L&L report via LLDefineFieldExt( … LL_DRAWING)?

Best regards,
Toma¾

hi,

Is it possible to get an image, that is saved in a binary filed in a
database, into L&L report via LLDefineFieldExt( … LL_DRAWING)?

are you talking about Xbase++ ?

if yes have a look into Alaska Newsgroup “wishcollector”
and you fin “setbuffer() allways with Header”.

greetings by OHR
Jimmy

Thank you, Jimmy!
I have managed to get the image handle using the solution from Alaska PDR.
The image still isn’t displayed. The image handle number is something
like -986537238. Is that OK?
Are there any othe things that I should be careful about?
Here is how I set the variable:

LlDefineFieldExtHandle(hJob, “Body.Picture”,
MyGetBitmapHandle(images->bin_image), LL_DRAWING_HBITMAP, nil)

Best regards,
Tomaz

“AUGE_OHR” <AUGE_OHR@W…> je napisal v sporoèilo
news:302276122008194650@combit.net …

hi,

Is it possible to get an image, that is saved in a binary filed in a
database, into L&L report via LLDefineFieldExt( … LL_DRAWING)?

are you talking about Xbase++ ?

if yes have a look into Alaska Newsgroup “wishcollector”
and you fin “setbuffer() allways with Header”.

greetings by OHR
Jimmy