fabdub Posted November 7, 2011 Report post Posted November 7, 2011 Hi! When I try executing a report it doesnt format the web page well .. For example the one called compatibility 1 : general compatibility : look at what appears : <%@ Language=VBScript%><%Option ExplicitDim fMsg, sDllDim sTopLocationSet fMsg = Session("FormatMsg") ' reference to string extracting ActiveXsDll = Session("DLL_Path") ' path to resource .dllDim strReportID, strDashboardIDstrReportID = unescape(Request.QueryString("ReportID"))strDashboardID = unescape(Request.QueryString("DashboardID"))If IsNumeric(strReportID) ThenElse strReportID = ""End IfIf IsNumeric(strDashboardID) ThenElse strDashboardID = ""End If%><!-- #include file="Resource/constants.asp" --><HTML><HEAD><TITLE><%=Server.HTMLEncode(fMsg.FormatModuleString(sDll, IDS_RWPT_STND_RPTS))%></TITLE><META http-equiv="Content-Type" content="text/html"><META name="Microsoft Border" content="none, default"><script LANGUAGE=javascript><!--function window_onload(){sTopLocation = document.location.href}//--></SCRIPT></HEAD><FRAMESET id=frSet rows="84, *" frameborder=0 framespacing=0><%If strReportID = "" And strDashboardID = "" Then%> <FRAME name="Title" scrolling="no" noresize target="contents" src="<%=sTopLocation%>ReportsTitle.asp"> <FRAMESET id=frmNavBody cols="50%, *" framespacing=2 frameborder=1> <FRAME id=frContents name="contents" target="Nav" style="border-right:1px solid #999999" frameborder=0> <FRAME id=frMain name="main" scrolling=no src="<%=sTopLocation%>ReportsBody.asp?ReportID=<%=strReportID%>&DashboardID=<%=strDashboardID%>" style="border-left:1px solid #999999" frameborder=0><%Else%> <FRAME name="Title" scrolling="no" noresize target="contents" src="<%=sTopLocation%>ReportsTitle.asp?ReportID=<%=strReportID%>&DashboardID=<%=strDashboardID%>&ShowTree=False"> <FRAMESET id=frmNavBody cols="0%, *" framespacing=2 frameborder=1> <FRAME id=frContents name="contents" target="Nav" noresize disabled style="border-right:1px solid #999999" frameborder=0> <FRAME id=frMain name="main" scrolling=no src="<%=sTopLocation%>ReportsBody.asp?ReportID=<%=strReportID%>&DashboardID=<%=strDashboardID%>&ShowTree=False" style="border-left:1px solid #999999" frameborder=0><%End If%> </FRAMESET> <NOFRAMES> <BODY onload="return window_onload()"> <P><%=Server.HTMLEncode(fMsg.FormatModuleString(sDll, IDS_RWPT_NO_FRAMES))%></P> </BODY> </NOFRAMES></FRAMESET></HTML> Is there something I can do to fix this ? thanks for the help. Quote Share this post Link to post Share on other sites More sharing options...