cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Viewer hyperlinktarget to hide address bar

Former Member
0 Kudos

Hi,

I have hyperlinks in my crystal viewer, I have use HyperLinkTarget = "_blank" to have those hyperlinks launched into a new window. Does anyone know how I can hide the address bar in the new window? I only have control in hiding the address bar when opening the new window but since I'm in Crystal Viewer, I need to use their property...is there a way I can set the hyperlinktarget to open a new window and hide the address bar?

Thanks so much for all your help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Ok. I've never tried this, but the general idea would be:

Script a formula for the HyplerlinkTarget property of the field in the designer and use something like:

on click = window .Open (u201Cmy U R Lu201D, u201Ctitleu201D,u2019 ', location=no,menubar=no,status=no,scrollbars=no,resizable=yesu2019)

When doing this, you would not need to set the vieweru2019s hyperlink target. I think you would also need to set a registry key to allow scripting in the report, see note [135259|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do].

Ludek

Answers (0)