How to refresh reports from web pages
I have a asp page that pass parameter values to my reporting page to generate Crystal reports.
Everithing works just fine but when the user return the previous page, and choose another value to view
the reports with the new parameter.
The reporting page only show a GREY area. when I resize the Browser page (Internet Explorer)
This is the Page Code
*******************************************************************
<%@ Language=VBScript %>
<HTML>
<HEAD>
<TITLE>report page</TITLE>
<body bgColor=#BDBDFB>
</HEAD>
<%
Dim myRec
dim myVal
dim myVal2
myRec = Request.QueryString("rsFound"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
MyVal=left(myRec,(len(myRec)-2))
%>
<p align='center'>
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer
codebase="../../../viewer/JavaViewer/" id=ReportViewer width=90% height=80% ><PARAM
NAME=ReportName value="
<PARAM NAME=ReportTitles value="Conflict Search">
<PARAM NAME=ReportParameter value="user0=live&password0=live&prompt0=<%=myVal%>">
<PARAM NAME=HasGroupTree VALUE="FALSE">
<PARAM NAME=HasRefreshButton VALUE="TRUE">
<PARAM NAME=ShowGroupTree VALUE="FALSE">
<PARAM NAME=HasPrintButton VALUE="TRUE">
<PARAM NAME=HasExportButton VALUE="TRUE">
<PARAM NAME=HasTextSearchControls VALUE="FALSE">
<PARAM NAME=CanDrillDown VALUE="true">
<PARAM NAME=PromptOnRefresh VALUE="FALSE">
<PARAM NAME=HasZoomControl VALUE="TRUE">
<param name=cabbase value="/viewer/JavaViewer/ReportViewer.cab">
</applet></p>
</BODY>
</HTML>
*********************************************************
Can anyone help me Please.
Thank you in advance
MisterMO
MisterMo
Maurizio.urbano@ntlworld.com
Mob. (UK)07719071384
I have a asp page that pass parameter values to my reporting page to generate Crystal reports.
Everithing works just fine but when the user return the previous page, and choose another value to view
the reports with the new parameter.
The reporting page only show a GREY area. when I resize the Browser page (Internet Explorer)
This is the Page Code
*******************************************************************
<%@ Language=VBScript %>
<HTML>
<HEAD>
<TITLE>report page</TITLE>
<body bgColor=#BDBDFB>
</HEAD>
<%
Dim myRec
dim myVal
dim myVal2
myRec = Request.QueryString("rsFound"
MyVal=left(myRec,(len(myRec)-2))
%>
<p align='center'>
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer
codebase="../../../viewer/JavaViewer/" id=ReportViewer width=90% height=80% ><PARAM
NAME=ReportName value="
<PARAM NAME=ReportTitles value="Conflict Search">
<PARAM NAME=ReportParameter value="user0=live&password0=live&prompt0=<%=myVal%>">
<PARAM NAME=HasGroupTree VALUE="FALSE">
<PARAM NAME=HasRefreshButton VALUE="TRUE">
<PARAM NAME=ShowGroupTree VALUE="FALSE">
<PARAM NAME=HasPrintButton VALUE="TRUE">
<PARAM NAME=HasExportButton VALUE="TRUE">
<PARAM NAME=HasTextSearchControls VALUE="FALSE">
<PARAM NAME=CanDrillDown VALUE="true">
<PARAM NAME=PromptOnRefresh VALUE="FALSE">
<PARAM NAME=HasZoomControl VALUE="TRUE">
<param name=cabbase value="/viewer/JavaViewer/ReportViewer.cab">
</applet></p>
</BODY>
</HTML>
*********************************************************
Can anyone help me Please.
Thank you in advance
MisterMO
MisterMo
Maurizio.urbano@ntlworld.com
Mob. (UK)07719071384