OLE OBJECT IN MS ACCESS WITH BITMAP FILES

  • Thread starter OLE OBJECT IN MS ACCESS WITH BITMAP FILE
  • Start date
O

OLE OBJECT IN MS ACCESS WITH BITMAP FILE

Hi

I desined a data base (mdb) that includes a ole object , the expected file
is bitmab file , and it was working fine by inserting the bmp files ,, but
suddenly i got different content while inserting the bitmap files it changes
to package content instaed of bitmap object . and instead of getting the
picture in the box i got the small icon with the name of the file .

so what could be the reason for that ?

hanks
 
O

Oliver Straub

Hi,
I desined a data base (mdb) that includes a ole object , the expected file
is bitmab file , and it was working fine by inserting the bmp files ,, but
suddenly i got different content while inserting the bitmap files it
changes
to package content instaed of bitmap object . and instead of getting the
picture in the box i got the small icon with the name of the file .

so what could be the reason for that ?

you have changed the standard file association for bmp-Files. The new
programm have no ole-interface. Change the association for bmp back to
Microsoft Paint.

You could also insert the pictures by code. My sample shows how to insert
pictures in an unbound ADO Recordset as source for an endless form. You
could use the same way to insert the pics in your table.

http://freenet-homepage.de/gostresize/acc/A00_ADOvirtuellRSwithOLE_1.zip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top