I have been working to this for too long and I am a little fed up with it
this is the code
**************************************************
<%@ Language=VBScript %>
<HTML>
<HEAD>
<body bgColor=#BDBDFB>
</HEAD>
<%
dim kwd1, kwd2, kwd3, kwd4
kwd1 = Request.QueryString("rsFound"
Kwd2 = LTrim(RTrim(Left(kwd1, InStr(kwd1, "/" - 1)))
Kwd3 = LTrim(RTrim(Mid(kwd1, InStr(kwd1, "/" + 1)))
kwd4 = LTrim(RTrim(right(kwd3, len( kwd3)-1)))
kwd5 = right(kwd3, 1)
%>
<p align='center'>
<%if kwd5 = "p" then%>
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer codebase="../../../../../viewer/JavaViewer/" id=ReportViewer width=90% height=80% ><PARAM NAME=ReportName value=" <%else%>
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer codebase="../../../../../viewer/JavaViewer/" id=ReportViewer width=90% height=80% ><PARAM NAME=ReportName value=" <%end if%>
<PARAM NAME=ReportTitles value="Conflict Search&<%=uUrl%>">
<PARAM NAME=ReportParameter value="user0=live&password0=live&prompt0=<%=kwd2%>&prompt1=<%=kwd3%>">
<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>
*********************************************************
when the user return to the previous page and choose another record, the applet get the new data but does not refresh the screen.
I have tried to pass the applet using response.write and document.write and also tried all the no-cache available within this forum.
I am seriously thinking of blowing the puter with C4 and if that will refresh the page.
Any takers???
Thanks
Mo MisterMo
Maurizio.urbano@ntlworld.com
Mob. (UK)07719071384
this is the code
**************************************************
<%@ Language=VBScript %>
<HTML>
<HEAD>
<body bgColor=#BDBDFB>
</HEAD>
<%
dim kwd1, kwd2, kwd3, kwd4
kwd1 = Request.QueryString("rsFound"
Kwd2 = LTrim(RTrim(Left(kwd1, InStr(kwd1, "/" - 1)))
Kwd3 = LTrim(RTrim(Mid(kwd1, InStr(kwd1, "/" + 1)))
kwd4 = LTrim(RTrim(right(kwd3, len( kwd3)-1)))
kwd5 = right(kwd3, 1)
%>
<p align='center'>
<%if kwd5 = "p" then%>
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer codebase="../../../../../viewer/JavaViewer/" id=ReportViewer width=90% height=80% ><PARAM NAME=ReportName value=" <%else%>
<applet code=com.seagatesoftware.img.ReportViewer.ReportViewer codebase="../../../../../viewer/JavaViewer/" id=ReportViewer width=90% height=80% ><PARAM NAME=ReportName value=" <%end if%>
<PARAM NAME=ReportTitles value="Conflict Search&<%=uUrl%>">
<PARAM NAME=ReportParameter value="user0=live&password0=live&prompt0=<%=kwd2%>&prompt1=<%=kwd3%>">
<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>
*********************************************************
when the user return to the previous page and choose another record, the applet get the new data but does not refresh the screen.
I have tried to pass the applet using response.write and document.write and also tried all the no-cache available within this forum.
I am seriously thinking of blowing the puter with C4 and if that will refresh the page.
Any takers???
Thanks
Mo MisterMo
Maurizio.urbano@ntlworld.com
Mob. (UK)07719071384