Print Page | Close Window

need JavaPluginViewer.asp For CR 11...

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Writing Code
Forum Discription: .NET 2003 programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=6716
Printed Date: 18 May 2024 at 9:31am


Topic: need JavaPluginViewer.asp For CR 11...
Posted By: yasinirshad
Subject: need JavaPluginViewer.asp For CR 11...
Date Posted: 15 Jun 2009 at 4:29am

Hi,
In a page ASP when executing a report Crystal Reports 11. the screen of the report is all gray.

am using these pages ASP.
ActiveXPluginViewer.asp
AlwaysRequiredSteps.asp
Cleanup.asp
MoreRequiredSteps.asp
rptserver.asp
SmartViewerActiveX.asp

It seems to me that i need JavaPluginViewer.asp and need to install Java Runtime .. SO i Installed Java Runtime.. Still its gray in color...

I cdnt find JavaPluginViewer.asp file to include.. as we have for ex: MoreRequiredSteps.asp as below

{code}<%
'====================================================================================
' Retrieve the Records and Create the "Page on Demand" Engine Object
'====================================================================================

On Error Resume Next

session("oRpt").ReadRecords

If Err.Number <> 0 Then                                              
  Response.Write "Error Occurred Reading Records: " & Err.Description
  Set Session("oRpt") = nothing
  Set Session("oApp") = nothing
  Session.Abandon
  Response.End
Else
  If IsObject(session("oPageEngine")) Then                             
   set session("oPageEngine") = nothing
  End If
  set session("oPageEngine") = session("oRpt").PageEngine
End If
%>{code}

 Can someone pls send it to me...
Thanks.



-------------
Thanks,
Yasin.



Print Page | Close Window