I'm using dreamweaver MX and Crystal Reports Professional Ver 8.5.0.217.
I want to open a crystal report in the browser to view a report, using the crystal viewer.
I'm having serious problems with this.. There does not appear to be any useful help anywhere!
I've spend days searching thew web trying to find useful info ...
I've loaded Crystal Reports - Pro V8.5 onto the WEB Server.
The below code is partly ok, I think its more the DLL is a problem. My error messages are in the line of
"Invalid ProgID", & It does not see my ActiveX Viewer as being valid??
['Set CRViewer1 = Server.CreateObject("CrystalRuntime.CrystalReportViewer" ] Is this declaration correct ??
Is this a problem with my PC, is this something that I can fix in Dreamweaver or does it need to be the IIS server PC!
Any help would be great.
Thanks,
************************** My Code ************************
<%
Dim CRViewer1
Set CRViewer1 = Server.CreateObject("CrystalRuntime.CrystalReportViewer"
Dim WebBroker, WebSource
Set WebBroker = CreateObject("WebReportBroker.WebReportBroker"
Set WebSource = CreateObject("WebReportSource.WebReportSource"
WebSource.ReportSource = WebBroker
WebSource.URL = "
CRViewer1.ReportSource = WebSource
CRWiewer1.ViewReport
%>
I want to open a crystal report in the browser to view a report, using the crystal viewer.
I'm having serious problems with this.. There does not appear to be any useful help anywhere!
I've spend days searching thew web trying to find useful info ...
I've loaded Crystal Reports - Pro V8.5 onto the WEB Server.
The below code is partly ok, I think its more the DLL is a problem. My error messages are in the line of
"Invalid ProgID", & It does not see my ActiveX Viewer as being valid??
['Set CRViewer1 = Server.CreateObject("CrystalRuntime.CrystalReportViewer" ] Is this declaration correct ??
Is this a problem with my PC, is this something that I can fix in Dreamweaver or does it need to be the IIS server PC!
Any help would be great.
Thanks,
************************** My Code ************************
<%
Dim CRViewer1
Set CRViewer1 = Server.CreateObject("CrystalRuntime.CrystalReportViewer"
Dim WebBroker, WebSource
Set WebBroker = CreateObject("WebReportBroker.WebReportBroker"
Set WebSource = CreateObject("WebReportSource.WebReportSource"
WebSource.ReportSource = WebBroker
WebSource.URL = "
CRViewer1.ReportSource = WebSource
CRWiewer1.ViewReport
%>