Hi,
I am trying to add a bit of HTML code to a formula for a hyperlink.
The forumla i've come up with uses quotation marks to concatenate various text strings and fields to build the hyperlink.
However, I want to add the HTML code to spawn a new browser window - target="_blank"
The problem is that that particular code already has quotation marks in it....Crystal cannot differentiate between those quotes and the quotes i'm using to help build the link
Here is the link i've built:
"//10.60.13.80/documents/" + {DOCS_IMAGE_DETAILS.FOLDER_NUMBER}+ "/" + {DOCS_IMAGE_DETAILS.FILE_NAME}
I just want to append target="_blank" to it.....can someone help me out?
thanks!
Zach
I am trying to add a bit of HTML code to a formula for a hyperlink.
The forumla i've come up with uses quotation marks to concatenate various text strings and fields to build the hyperlink.
However, I want to add the HTML code to spawn a new browser window - target="_blank"
The problem is that that particular code already has quotation marks in it....Crystal cannot differentiate between those quotes and the quotes i'm using to help build the link
Here is the link i've built:
"//10.60.13.80/documents/" + {DOCS_IMAGE_DETAILS.FOLDER_NUMBER}+ "/" + {DOCS_IMAGE_DETAILS.FILE_NAME}
I just want to append target="_blank" to it.....can someone help me out?
thanks!
Zach