On Sep 29, 2006, at 8:12 AM, [EMAIL PROTECTED] wrote:
Hi
Does anybody know how to get a BLOB value in a RB Picture variable?
1) save it to a binary file and then open the binary file as a picture
2) use this hack
function stringtopicture(s as string) as picture
Dim dbRec As DatabaseRecord = New DatabaseRecord
Dim Pict As Picture
dbRec.Column("pict") = s
pict = dbRec.JPEGColumn("pict")
return pict
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>