Using VB6, Crystal XI and Oracle 10
How do I connect my report to Oracle through VB 6. I tried the recomendation in another thread bu I keep getting the "Logon Failed" error message.
I am running the code below and get a "subscript out of range" error on the line:
crTable.ConnectionProperties("Server") = "orcl"
Any ideas?
===================================================
Dim crTable As CRAXDRT.DatabaseTable
'Open the report
Set crxRpt = crxApp.OpenReport(App.Path...
I want to run a report I created in Crystal XI designer in my VB 6 program. How do I start going about doing it. I am using an evaluation copy of the developer edition.
Crystal Reports Version 8.5
VB 6 sp 5
Oracle 10
I copied this code off this forum. When I run it I get the error "Server not yet opened". How do I open the serve to make the report run?
'Variable declarations
Dim strServerOrDSNName As String
Dim strDBNameOrPath As String
Dim strUserID As...
I am using the following:
Crystal 8.5
Visual Basic 6 sp 5
Oracle 10
I am trying to login to the server at run time using the following:
Dim crxApp As New CRAXDRT.Application
crxApp.LogOnServer "THE DLL", strServerOrDSNName, strDBNameOrPath, strUserID, strPassword
What should "THE DLL" be?
I am using crystal 8.5 and have the following code so far:
Dim Crystal As CRAXDRT.Application
Dim Report As CRAXDRT.Report
Set Crystal = New CRAXDRT.Application 'MANAGES REPORTS
Set Report = Crystal.OpenReport(App.Path & "\protocol Information.rpt")
How do I connect to an...
CR Version 8.5
VB 6 sp 5
I know this may seem like a trivial question to most.
I want to set the database to connect to at run time in VB 6. How do I do that?
Is there anyway to connect objects, so that if I move one object the other one will move as well, similar or I should say exactly the way it works in MS Word where you group items together?
I am using Crystal 8.5 and in the data area of my report I have the following
"Day of the Week: Monday"
The label of "Day of the Week" is a text object and "Monday", is a database field object
What I want to do is if the database field object is blank (its a text field in the database) I...
I am very new to crystl so I am sure my question will be very easy for someone however I can't seem to find the answer.
I have a database table called report titles. In that table are 10 records all of which need to be displayed in the report header. However when I add the database field to...
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.