I’ve moved my images into an sqlite BLOB field and am changing my coding from reading the file from disk to populating a canvas from the database field.
I am using
canvas1.Backdrop.=mCurrentRecordSet.Field(“imagefile”).PictureValue
canvas1.Refresh
Nothing has been set in the paint method of canvas1. The data is valid but the image does not show up in the canvas.
Ideas?