Images in 'OLE object' field type as 'bitmap image'. How can I manipulate in my delphi application
From: Andre Mota (amota_pe_at_hotlink.com.br)
Date: 06/20/04
- Previous message: leus: "Re: TADODataSet,IndexDefs[i] is also broken!"
- Next in thread: Brian Bushay TeamB: "Re: Images in 'OLE object' field type as 'bitmap image'. How can I manipulate in my delphi application"
- Reply: Brian Bushay TeamB: "Re: Images in 'OLE object' field type as 'bitmap image'. How can I manipulate in my delphi application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 20 Jun 2004 14:53:03 -0300
Hi everybody...
I have the following problem: In a ms access table, whose field is of the
type ' OLE Object', I have been recording some objects ole 'Bitmap image'.
Those images are seen in some 'ms access forms'. In my Delphi application, I
must save images in that table, not in the binary form, but as objects ole
(OLEClassName = Paint.Picture). This way, I can continue sells those images
in the ms access forms.
Opening the table in my delphi application, I have a TBlobField with the
images. How can I read the content of those fields for TBitmap objects?. If
I try to read the content of TBlobField for a TDBImage or TImage objects, I
obtain the following error: Bitmap image is not valid.
How I can make the inverse way? How can I record TBitmap objects in
TBlobField as OLE objects - Image of Bitmap - to continue visualizing them
in the ms access forms?
- Previous message: leus: "Re: TADODataSet,IndexDefs[i] is also broken!"
- Next in thread: Brian Bushay TeamB: "Re: Images in 'OLE object' field type as 'bitmap image'. How can I manipulate in my delphi application"
- Reply: Brian Bushay TeamB: "Re: Images in 'OLE object' field type as 'bitmap image'. How can I manipulate in my delphi application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|