This is forms 11g.
I've got a database function returning a BLOB that contains a gif image
I just want to display it, preferredly in a small sized popup browser window.
If this simple browser show is not easy, I may build a simple form with an image item, but as the blob is generated by the function itself (it is just a qr code), instead of being stored in a table, I cannot execute_query it.
Any idea?