Re: Visual Basic 6.0 and Access 2000
From: BWOlson (BWOlson_at_discussions.microsoft.com)
Date: 01/05/05
- Next message: Mitchell Vincent: "Re: Choosing a Windows Database"
- Previous message: Greg Low [MVP]: "Re: Choosing a Windows Database"
- In reply to: Paul Clement: "Re: Visual Basic 6.0 and Access 2000"
- Next in thread: Paul Clement: "Re: Visual Basic 6.0 and Access 2000"
- Reply: Paul Clement: "Re: Visual Basic 6.0 and Access 2000"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 4 Jan 2005 17:13:03 -0800
Paul,
I am assuming that an Image control is an OLE Control but ....
I cannot seem to get the code correct so that I can assign the image
control to the database field (defined as an OLE Control) and visa-versa.
Is it something like
"database.recordset.fields(1) = image.picture"
and
"image.picture = database.recordset.fields(1)"
Thanks in advance
Bruce
"Paul Clement" wrote:
> On Mon, 3 Jan 2005 09:57:04 -0800, "BWOlson" <BWOlson@discussions.microsoft.com> wrote:
>
> ¤ I am trying to store/retrieve pictures (bmp,jpeg,etc.) as fields in a
> ¤ database record. Other than GetChunk/AppendChunk is there a way to directly
> ¤ assign the picture to/from a database field to a picture control?
>
> Not a PictureBox control, no. You can use the OLE control but that is the only databound control
> that supports this feature.
>
>
> Paul ~~~ pclement@ameritech.net
> Microsoft MVP (Visual Basic)
>
- Next message: Mitchell Vincent: "Re: Choosing a Windows Database"
- Previous message: Greg Low [MVP]: "Re: Choosing a Windows Database"
- In reply to: Paul Clement: "Re: Visual Basic 6.0 and Access 2000"
- Next in thread: Paul Clement: "Re: Visual Basic 6.0 and Access 2000"
- Reply: Paul Clement: "Re: Visual Basic 6.0 and Access 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|