HI
I have datawindows with pictureobject in the header, how can assign the image setpicture(blob) from the selectblob
tableblob NOT work in header
largebinary NOT work in heather
somebody can help how can assign the image
thanks
Luis
HI
I have datawindows with pictureobject in the header, how can assign the image setpicture(blob) from the selectblob
tableblob NOT work in header
largebinary NOT work in heather
somebody can help how can assign the image
thanks
Luis
bitmap( 'filename' )
and its just like display as picture in that the file must be saved to disk.
FWIW: The only issues that I came across using the Bitmap() method were: a) certain image types are *not* supported and b) the converted image can be a bit blurry (depending on the original image's size & type).