Thank you very much for your fast reply.
I would like to know if using the CRAXDRT.ReportClass class instead of the CrystalDecisions.CrystalReports.Engine.ReportDocument class in VB .NET would not cause any problems.
Thank you in advance
I am using VB .NET to view crystal reports in the crystal report viewer activeX control, and I am using the CrystalDecisions.CrystalReports.Engine.ReportDocument class to load reports dynamically at runtime and add conditions and sorting options at runtime too. I use the record selection formula...
I have tried without the DSN but still it is not working.
I downloaded and ran the fixing bugs exe and zip files from
http://support.crystaldecisions.net/library/kbase/articles/c2007581.asp
but still it does not work. I am logging with the machine Administrator account, so I don't think it is...
I have also tried:
crtable.SetLogonInfo "DSN", "DBName", cstr(userid), cstr(password),
but also it didn't work.
And in my case I won't be able to connect natively because I am using a VC++ COM object which deals with different types of database engines, and all I can get...
Thank you Hattusas.
I used the following code in a file names rptserver.asp:
If Not IsObject (session("oApp")) Then
Set session("oApp") = Server.CreateObject("Crystal.CRPE.Application")
End If
If IsObject(session("oRpt")) Then
Set...
I use the CRViewer activeX to open reports from ASP and VBScript:
Dim webBroker, webSource
Set webBroker = CreateObject("WebReportBroker.WebReportBroker")
Set webSource = CreateObject("WebReportSource.WebReportSource")
webSource.ReportSource = webBroker
webSource.URL =...
Use the CRViewer activeX to open reports from ASP and VBScript:
Dim webBroker, webSource
Set webBroker = CreateObject("WebReportBroker.WebReportBroker")
Set webSource = CreateObject("WebReportSource.WebReportSource")
webSource.ReportSource = webBroker
webSource.URL =...
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.