Hi all
I have been creating some bitmaps, saving their PictureVals and later
assigning the PictureVal to an Image object:
Assuming loBMP has already been created
lcPictureVal = StrConv(loBMP.GetPictureValFromHBitmap(),13)
Insert Into MyTable Values (lcPictureVal) && MyTable contains a single
field called MyImage of type Blob
then, later
Thisform.Image1.PictureVal = StrConv(MyTable.MyImage, 14).
This is all working well but what I want to do now (and so far am unable
to) is to create a BMP (xfcBitmap) from the PictureVal stored in
MyImage, either directly or somehow indirectly. I am sure this should
be possible but at the moment I can't see how.
Many thanks
Paul Newton
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---