Hi Naith,
I do not quite understand your question. What we have is a ASP page called MakeReport.asp, which produces the report. I will send you the page right now. Perhaps it is useful.
Klaus
<HTML>
<HEAD>
<TITLE>Make Report -- pv72sp1 / pvmaster </TITLE>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<!--ExtractID==20020301201108_pvmaster<BR>--><!--Start Date==12<BR>--><!--End Date==12<BR>--><!--PeriodType==ANNUAL<BR>--><!--Resources==True<BR>--><!--ActualReported==A<BR>--><!--ValueEffort==E<BR>--><link rel="stylesheet" type="text/css" href="/base_en/Shared/stylepvltblue.css">
<BODY BGCOLOR=C6C6C6 LANGUAGE="JavaScript" ONLOAD="Page_Initialize()" class="stdheader"
topmargin="0" marginheight="0">
<table class='nopad' border=0 width='100%' cellspacing=0 cellpadding=0 vspace=0 hspace=0 frame='void'>
<tr class='nopad' nowrap>
<td class='nopad' valign='top' align='left' nowrap>
<a href="javascript:top.history.go(-2)"><img align=left hspace=0 vspace=0 border=0 width=16 height=16 src="../Shared/goback.gif"></a>
<a href="javascript:top.history.go(-2)">Select a Report</a>
</td>
<td class='nopad' valign='top' align='right'>
<table class='nopad' border=0 cellspacing=0 cellpadding=0 vspace=0 hspace=0 frame='void'>
<tr class='nopad' nowrap>
<td class='nopad' valign='top' align='right'> <a title='
target='_blank' href='
class='menubar'>
<font color='#FFCCCC'>
PlanView</font></a></td>
</tr>
</table>
</td>
</tr>
</table>
<OBJECT ID="CRViewer"
CLASSID="CLSID:C4847596-972C-11D0-9567-00A0C9273C2A"
WIDTH=100% HEIGHT=96%
CODEBASE="/base_en/CR_Reporting/Viewer/ActiveXViewer/ActiveXViewer.cab#Version=8,5,0,217">
<PARAM NAME="EnableRefreshButton" VALUE=1>
<PARAM NAME="EnableGroupTree" VALUE=0>
<PARAM NAME="DisplayGroupTree" VALUE=0>
<PARAM NAME="EnablePrintButton" VALUE=1>
<PARAM NAME="EnableExportButton" VALUE=1>
<PARAM NAME="EnableDrillDown" VALUE=1>
<PARAM NAME="EnableSearchControl" VALUE=1>
<PARAM NAME="EnableAnimationControl" VALUE=1>
<PARAM NAME="EnableZoomControl" VALUE=1>
</OBJECT>
<SCRIPT LANGUAGE="JavaScript">
<!--
function Page_Initialize()
{
var strURL, iPos
strURL = self.location.protocol + "//" + self.location.host + self.location.pathname
iPos = strURL.lastIndexOf("/"

strURL = strURL.substring(0, iPos) + "/rptserver.asp"
if( ScriptEngineMajorVersion < 2 )
{
window.alert( "IE 3.02 users on NT4 need to get the latest version of VBScript or install IE 4.01 SP1. IE 3.02 users on Win95 need DCOM95 and latest version of VBScript, or install IE 4.01 SP1. These files are available at Microsoft's web site."

CRViewer.ReportName = strURL
}
else
{
var webBroker, webSource
try
{
webBroker = new ActiveXObject("WebReportBroker.WebReportBroker"

webSource = new ActiveXObject("WebReportSource.WebReportSource"

}
catch(e)
{
ShowError(e)
}
webSource.ReportSource = webBroker
webSource.URL = strURL
webSource.PromptOnRefresh = true
CRViewer.ReportSource = webSource
}
try
{
CRViewer.ViewReport()
}
catch(e)
{
ShowError(e)
}
}
function ShowError(e)
{
var lErrNumber = e.number&0xFFFF
window.alert( e.name + "\n" + lErrNumber.toString(10) + ": " + e.description )
}
-->
</SCRIPT>
</BODY>
</HTML>