-
Load Image into Image or Picture object
Hi,
somebody know how i can load a image from database into a image object. I'm
using Access 97 and "ole object" in type field.
-
Re: Load Image into Image or Picture object
On 11 Jun 2002 10:34:35 -0800, "GILBERT" <gilbert_ortiz@vtr.net> wrote:
¤
¤ Hi,
¤ somebody know how i can load a image from database into a image object. I'm
¤ using Access 97 and "ole object" in type field.
¤
See the following:
http://support.microsoft.com/default...;EN-US;q258038
http://support.microsoft.com/default...;EN-US;q194975
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
-
Re: Load Image into Image or Picture object
"GILBERT" <gilbert_ortiz@vtr.net> wrote:
>
>Hi,
>somebody know how i can load a image from database into a image object.
I'm
>using Access 97 and "ole object" in type field.
>
>
You could add a Data Control (or if you are familiar with recordsets you
could open an adodb.recordset) to your form setting it to the database and
table where your logo is stored. Then simply do the following
'Set logo to associated image
Set Image1.DataSource = Data1 'The name of your data control or recordset
Image1.DataField = "Logo" 'The field name that stores your image
Clint
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks