Friday, February 10, 2012

Opening hyperlink in a new window – Crystal Reports

November 5, 2009 by · 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;"

Top Blogs

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

*