Writing Code
 Crystal Reports Forum : Crystal Reports .NET 2003 : Writing Code
Message Icon Topic: need JavaPluginViewer.asp For CR 11... Post Reply Post New Topic
Author Message
yasinirshad
Newbie
Newbie
Avatar

Joined: 24 Sep 2007
Location: Saudi Arabia
Online Status: Offline
Posts: 39
Quote yasinirshad Replybullet Topic: need JavaPluginViewer.asp For CR 11...
    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.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.