Sorry Jeff, but that's exactly what I DON'T want to do. I am developing a standard product that will be sold to a small number of clients. On the main form, I want to show the client's logo to peronalize the app a bit. I want to have that client logo in the DB so that I'm independant of the installation setup. So I don't care about the bloat. The logos are small anyway, I'm not talking about fancy 10 megapixels photos, but about small bitmaps (3-5 KBytes) :-)
So I need a way to show my already stored logo somewhere on a form... Do you have a solution for that ?
Regards
Bernard
Main Topics
Browse All Topics





by: boag2000Posted on 2009-03-19 at 19:48:34ID: 23936541
bthouin,
My opinion?
Drop the OLE approach.
Storing images in the DB cause enormous bloat.
Instead "Link" to the files and display them in a form.
Fully functioning sample attached.
;-)
JeffCoachman
sample