Opening hyperlink in a new window – Crystal Reports
November 5, 2009 by Nauman · Leave a Comment
what to do when we want a hyperlink to open in a new window. This seems quite easy in any programming lanuage, but what to do when we want the same functionality in a crystal report.
It is almost the same as with webpages. create formula field for and at the end just add
"target=new;" e.g {report field} + "target = new;"