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
---

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/5ce4cc08-1aa6-74f1-f398-93d58146f...@gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to