Prev: Access 2007 Automation -- Unable to Show Popup Menu
Next: How to return accounter to zero position?
From: OLE OBJECT IN MS ACCESS WITH BITMAP FILE OLE OBJECT IN MS ACCESS WITH BITMAP on 13 Oct 2009 09:29 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
From: Oliver Straub on 14 Oct 2009 05:45 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 -- Oliver Straub Munich
|
Pages: 1 Prev: Access 2007 Automation -- Unable to Show Popup Menu Next: How to return accounter to zero position? |