We don't put the Crystal Object into a Session variable, we just create it , use it and then destroy it all on the same page. eg:
Set rApp = Server.CreateObject("CrystalRuntime.Application")
Set oRpt = rApp.OpenReport("X:\ReportDir\SomeReport.rpt", 1)
then modify the...
We use Crystal ActiveX to export reports to PDF and redirect user to the PDF. But lately as our volumes have increased, we are getting the following error message from an ASP
Server object error 'ASP 0177 : 80070057'
Server.CreateObject Failed
One or more arguments are invalid
at the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.