303factory
Registered User.
- Local time
- Today, 01:47
- Joined
- Oct 10, 2008
- Messages
- 136
The clue is in the title 
I can drag and drop an image file into my bound object frame and it inserts it into my database and displays it onscreen nicely.
I've managed to set up code to capture an image by webcam but I want the image to be inserted into the frame and database automatically.
I've wasted a fair amount of time on google trying to find out how to do this but am getting nowhere!
One site implied it was as simple as
which creates a new entry in my photos table, but the image field appears to be blank. I suspect I'm just being thick
303
I can drag and drop an image file into my bound object frame and it inserts it into my database and displays it onscreen nicely.
I've managed to set up code to capture an image by webcam but I want the image to be inserted into the frame and database automatically.
I've wasted a fair amount of time on google trying to find out how to do this but am getting nowhere!
One site implied it was as simple as
Code:
Me.objectFrame = "C:\Image.bmp"
which creates a new entry in my photos table, but the image field appears to be blank. I suspect I'm just being thick
303