Skip to Content
0
Former Member
Jul 16, 2008 at 05:00 PM

Hyperlink on Crystal Report: how to popup a window without menubar?

267 Views

Hyperlink on Crystal Report: how to popup a window without menubar?

Hello Experts!

I'm using VS2003 with Crystal Reports for VS2003.

I need to show a popup window clicking a hyperlink text object on my crystal report.

On the CrystalReportViewer I have set up HyperlinkTarget=_blank, and it's working fine.

But when I click on the hyperlink and shows the popup window, how can I show the popup window without menubar, toolbar, directories, etc.

Something like:

window.open('../MyPage.html?id=id001" + Cad + "',null,'menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=yes,status=yes')