Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula different in Oracle 8 vs. Oracle 10

Status
Not open for further replies.

szed

Programmer
Jun 25, 2003
55
US
I am using oracle 8 and crystal 10.
I have the following code in a formula:
@description:
if {fieldname} like "*>Actions to Avoid Further Outages*" then
replace({fieldname},">Actions to Avoid Further Outages", "</br><B>Actions to Avoid Further Outages</B>")
else {fieldname};

This worked fine to bold the '>Actions to Avoid Further Outages' text.

We are upgrading the database from oracle version 8 to oracle version 10, and in my testing I ran across an issue. The code in this formula is now just displaying the entire line in the quotes, including the html tags, instead of bolding it like it did before.

Has anyone seen this before? Any suggestions? Any other way to bold the text that I need??

 
Is the formula still formatted to use HTML text interpretation?

-LB
 
No, it wasn't, that fixed it!
Thanks a lot lbass!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top