For Programmers: Free Programming Magazines  


Home > Archive > Clarion > June 2005 > BLOB field









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author BLOB field
Report SOS

2005-06-08, 8:55 am

Hi,
please help me...I think that is a easy question but I don't Know what
to do.
I try to display a BLOB field in my report but nothing is been show. I
stored the image in database in hexdecimal
format and then I create a BLOB field in my Report, but the report
doesn't display it.
Please, can you tell me what to do?
Thanks a lot.
Sara

Olivier Cretey

2005-06-09, 8:55 am

Sara,

To store an image into a blob
MyFile.TheBlob{PROP:Handle} = ?Image1{PROP:ImageBlob}

To display the image stored in a blob
?Image2{PROP:ImageBlob} = MyFile.TheBlob{PROP:Handle}

Regards

--
Olivier Cretey
o.cretey@cia-informatique.com
www.cia-informatique.com
Verneuil sur Seine (78), France


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com