I have a crystal report that has picture objects that are set to hyperlink the user to url. When the user opens the target, it takes them from the report to the correct URL but it won't open that target in a new window. I've found a number of discussions related to this and have tried to implement the solutions. It seems no matter what I do, it continues to open target in same tab and the user then looses the report. I'm thinking this may be a report viewer setting or some other setting with our internet browsers and I'm wondering if anyone else has run into the same issue.
The solutions I've tried include:
- Change hyperlink formula
"
http://my.web/index.htm" + '?sWindow=New'
- Set the "Output Options" Hyperlink Targets: New Window
- Set crystal reports hyperlink setting to "website on the internet"
No matter what I do the hyperlink takes the user to the link in the current window and they loose the report "there is no back button available to the user once at the new url.