Hi,
I created a web site for my Crystal Reports via CE8.0 Web Publishing wizard. What I would want is when I access these reports, the window would be automatically be maximize.
I have checked reports.csp file, and found this piece of code,
<script language=Javascript>
function ShowReport(id,token)
{
windowprops="height=450,width=600,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes";
reportWindow = window.open("viewrpt.cwr?id=" + id + "&apstoken=" + escape(token) +"&init="+escape(':connect'),"rptWindow",windowprops);
}
What parameter would I change in this code in order for the window size be maximized? I know it should be in windowprops, but I just don't know the exact command to replace height/width.
Also, I was hoping to disable the Toggle Group Tree button in Crystal Window (by default its enabled). Again what and which parameter should I change?
Appreciate any help regarding this matter. Thanks.
Regards,
Topy
I created a web site for my Crystal Reports via CE8.0 Web Publishing wizard. What I would want is when I access these reports, the window would be automatically be maximize.
I have checked reports.csp file, and found this piece of code,
<script language=Javascript>
function ShowReport(id,token)
{
windowprops="height=450,width=600,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes";
reportWindow = window.open("viewrpt.cwr?id=" + id + "&apstoken=" + escape(token) +"&init="+escape(':connect'),"rptWindow",windowprops);
}
What parameter would I change in this code in order for the window size be maximized? I know it should be in windowprops, but I just don't know the exact command to replace height/width.
Also, I was hoping to disable the Toggle Group Tree button in Crystal Window (by default its enabled). Again what and which parameter should I change?
Appreciate any help regarding this matter. Thanks.
Regards,
Topy