ReluctantDataGuy
Programmer
I'm trying to embed an image from the clipboard (for example a screen snapshot) into a table. I have a table with an OLE field named "Graphic". I have a form that has a field to display the bound OLE object.
I can paste a picure into the field and it displays correctly. However, when I leave the record, the picture disappears. I have tried using the Object.Action method using acOLECreateEmbed, acOLEPaste, acOLEInsertObjDlg and acOLEPasteSpecialDlg.
Any ideas on how to make the object remain in the database?
BTW: I haven't tried this myself, but a users tells me that if he pastes the clipboard into another appication, and then copy / pastes from that application, the image stays. And he doesn't save the picture while in the other application. Not a very clean workaround.
Any help would be greatly appreciated.
I can paste a picure into the field and it displays correctly. However, when I leave the record, the picture disappears. I have tried using the Object.Action method using acOLECreateEmbed, acOLEPaste, acOLEInsertObjDlg and acOLEPasteSpecialDlg.
Any ideas on how to make the object remain in the database?
BTW: I haven't tried this myself, but a users tells me that if he pastes the clipboard into another appication, and then copy / pastes from that application, the image stays. And he doesn't save the picture while in the other application. Not a very clean workaround.
Any help would be greatly appreciated.