Hi,

I want to display an image from a database in an ImageControl,
straight from a macro.
I know how to get the binary data out of the database.
But I cannot seem to find out how to display that image.
What I have already tried is, to create in
com.sun.star.io.XInputStream, by using getBinaryStream on the
resultset, but the ImageControl want a
com.sun.star.io.XObjectInputStream as the input of the read method.
How can I convert the XInputStream to the XObjectInputStream?

Cheers,

Willem

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to