On Mar 28, 2006, at 1:28 PM, Christian Schmitz wrote:
Charles Yeomans <[EMAIL PROTECTED]> wrote:
On Mar 28, 2006, at 2:08 PM, Alexander Cohen wrote:
I've been using MBS's Jpeg to string function and string to jpeg
functions for a while now. I now need to move away from those
functions and use rb only (no plugins). Does anyone know what is
going
on in those 2 functions?
Probably Christian Schmitz does.
Funny.
The question I have is of course why he needs to move away from my
plugins.
And to in RB is simple. folderitem.saveasjpeg to a temporary folder and
load back using binarystream. Same in the other way with openaspicture.
Or the other curiosity of doing
dim d as databaserecord
dim jpeg as Picture
dim s as string
d.JPEGColumn("anything") = jpeg
s = d.Column("anything")
or the reverse to go the other way.
Seems to work fine
_______________________________________________
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>