Reading html code in oracle reports 11g
1007953May 9 2013 — edited May 9 2013Dear All,
I have inserted html code into a varchar column in the database and i need to return the value in oracle reports11g.
i managed to do this in my form by using Set_Custom_Property that returns the code in the appropriate format and even displaying images in a bean area.
can this be done in oracle reports?
my code is like this: i have added some asterisks in order to get the code
ID RICHTEXT
-- ---------
26 <*html>
<*head>
<*/head>
<*body>
<*p style="margin-top: 0">
<*b>this</b> report is html <*font color="#FF0099">code </font><*a href="http://localhost:7001/forms/Tulips_17_19.jpg">
<*img src="http://localhost:7001/forms/Tulips_17_19.jpg" vspace="0" hspace="0" width="75" height="75" alt="" border="0"><*/a>&*#160;
<*/p>
<*/body>
<*/html>
Can anyone through some lights on this issue.
thanks.
Edited by: 1004950 on May 9, 2013 12:34 AM