10.2: Loading image from blob to button or image widget

Posted by Stefan Marquardt on 03-May-2013 04:23

With a PictureBox (.net) i can assign the value of a blob field (stored picture) during runtime.

How to do this with an old ABL .w program?
There is only load-image to the get picture from disk.

BTW: Writing to disk to load this again isn't a professional option!!!!

All Replies

Posted by Peter van Dam on 03-May-2013 04:45

 

BTW: Writing to disk to load this again isn't a professional option!!!!

I agree, but it works fine we do it all the time.

Just extract the image to the user's temp directory and load it from there. You can only load one image at a time so there is never a conflict.

This thread is closed