Hi!
I've got a CE9 server and a IIS server.
I would like to display reports on my intranet using ASP pages.
With CE8 I used URL Commands, but I should use COM viewers with CE9.
I display reports, but I can't use "selection formula" (with URL commands I used 'sf=....').
I've tried with...
I'm going crazy.....
Code of "Logon.asp" of CE9 samples.
Function GetReportDoc(ReportName)
On Error Resume Next
Set IStore = Session("IStore")
Set rptappfactory = IStore.EnterpriseSession.Service("", "RASReportFactory")
Set...
My code:
Set objectFactory = Server.CreateObject("CrystalReports.ObjectFactory.2")
Set iStore = Session("iStore")
Set result = iStore.Query("Select SI_LAST_SUCCESSFUL_INSTANCE_ID From CI_INFOOBJECTS Where SI_NAME = '" & targetReport & "'" & " And...
Thanks, but I get a "Invalid Pointer" error message when I assign
viewer.ReportSource = oReportClientDoc.reportSource
My code:
Set reportFactory = iStore.EnterpriseSession.Service ("", "RASReportFactory")
dim oReportClientDoc
dim oFilter...
Thanks...but....
I've read that document, and I've done what it explains....and....BAD RESULTS!.
I get an error message on my ASP pages: "CrystalReportViewer.Invalid pointer"
What's wrong??????
Hi!.
I want to change the SelectionFormula of a report, but I couldn't do it!!!.
I've tried in two ways:
With reportViewer
.ReportSource = reportSource
.EnterpriseLogon = iStore.EnterpriseSession
.IsDisplayGroupTree=false
.IsOwnPage=true
.SelectionFormula="{Table.Id}=5"...
Hi!.
We've got a CE9 server, and a IIS server. We want to display the reports that are stored CE9 , in our intranet.
Which components should we install on IIS server to display that reports (using COM viewers)??
Web Server Connector??
Web Component server??
both of them???
Thanks
Thanks, but...you're using "URL Reporting" and it's "deprecated" on CE 9...(unfortunately).
I should use "Crystal COM Viewers" to display reports. And it's more difficult than URL reporting (unfortunately, too)
Hi!.
We've got different kind of reports in a CE9 system: with parameters, with selection formula, without parameters...and I should do a single ASP page to see that reports in our intranet.
I've seen "simple" pages to see "simple" reports with Crystal viewers.
Where could I...
Hi!
We were using CE8 with URL reporting, but in CE9 I haven't found anything about it.
I've read how to use COM viewers, but it's quite difficult to use them...
Could I use URL reporting on CE9??
SHOULD I use it???
Thanks!
I've been testing URL Reporting on CE9 and....
it works!!!!!!
The only thing that I should change is the way to get information from CE's BD....
Should I use URL reporting??
COM viewers are so difficult to use....
We are using URL reporting with CE8 to see reports.
It's very easy for the programmers.
With three or four commands, you could do lot of things.
Now, with CE9, URL Reporting is not possible.
And to use COM Viewers, so difficult!!.
-log into the system
-pass parameters using PluginInterface...
With ActiveX I use "sf" command to set the selection formula to my reports, but I don't know how to do it with COM Viewers....
I've found how to pass parameters
-
Set reportInterface = reportObject.PluginInterface("")
Set NewValue...
Sorry, but...
How could I pass parameters to my reports with ASP?
With ActiveX I use "AddParameter", but I don't know how to do it with Com Viewers
Thanks!!
I'm using COM viewers to see reports, and when I launch it, in "event viewer" of web server appears next error message:
"The description for Event ID ( 35710 ) in Source ( Crystal_dllhost ) cannot be found. The local computer may not have the necessary registry information or...
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.