Access97, VB6, & pictures 
Author Message
 Access97, VB6, & pictures

I have a bitmap stored in a field (OLE object -- not a path to a file) in an
Access 97database.  I am (unsuccessfully) trying to have that bitmap appear
in an object's picture property.  Can anyone shed any light on this for me?
Thanks!


Fri, 15 Mar 2002 03:00:00 GMT  
 Access97, VB6, & pictures
U can use remode data connection as data connection object. bind ole object
to "msrdc" and you can see, edit and get data from clipboard with ole1.paste
command. (also this runs with old "data1" data connection)

but I couldn't mak it with ado data connection.

bye....

Quote:

>I have a bitmap stored in a field (OLE object -- not a path to a file) in
an
>Access 97database.  I am (unsuccessfully) trying to have that bitmap appear
>in an object's picture property.  Can anyone shed any light on this for me?
>Thanks!



Thu, 02 May 2002 03:00:00 GMT  
 Access97, VB6, & pictures
Hi

     Try this

           1. Paste a OLE control on your form
           2. Select the Object type as Bitmap in the insert object dialog
box fired
           3. Paste a Data Control on your form
           4. Give a Database name in the property window of the datacontrol
           5. Give the table name with the bitmap to the recordsource in the
property window of datacontrol
           6. Give the datasource name as data control name in property
window of  OLE control
           7. Give the bitmap field name to datafield in the property window
of OLE control

Hope this would help

Regards
S. Gayathri

Visit www.e-supportpoint.com


Quote:
> I have a bitmap stored in a field (OLE object -- not a path to a file) in
an
> Access 97database.  I am (unsuccessfully) trying to have that bitmap
appear
> in an object's picture property.  Can anyone shed any light on this for
me?
> Thanks!



Mon, 20 May 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. beginner.....load jpg pictures from Access97 in VB6

2. VB6 & Access97 - vbajet error

3. VB6 & Access97 IMAGE probelm please help

4. TransferText Using VB6 & Access97

5. VB6 & Access97 IMAGE probelm please help

6. TransferText Using VB6 & Access97

7. Trying to import pictures from Access97 into Visual Basic 6.0 program

8. Access97/VB6.0 scripts and Access2002

9. ACCESS97 AND VB6 FROZE AFTER RUNNING THIS CODE

10. Access97 VBA code to VB6

11. Convert a Access97 program in VB6

12. Convert Access97 program in VB6

 

 
Powered by phpBB® Forum Software