I don't think your understanding. Or I'm not explaining it right.
report1 (designed using Crystal)
report2 (designed using RDC)
currently report2 shows when I run the CRViewer.
I can't find a property to change the report. I don't want to add another form and CRViewer to view report1.
I can...
After making a report using the RDC, then making a report using Crystal. How can I get the same viewer to show each report depending on the report file name.
all of this code is in the form that holds the CRviewer
Dim app1 As New CRAXDRT.Application
Private Sub Form_Load()
Screen.MousePointer = vbHourglass
Set app1 = New CRAXDRT.Application
Set Report = app1.OpenReport(TheReportName)
CRViewer1.EnableGroupTree = False
CRViewer1.ReportSource =...
here is the code...
Private Sub Form_Load()
Screen.MousePointer = vbHourglass
Set app1 = New CRAXDRT.Application
Set Report = app1.OpenReport(TheReportName)
CRViewer1.EnableGroupTree = False
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
Screen.MousePointer = vbDefault
End Sub
I'm trying to conect to the server but keep runing into connection string problems. Could you please show me a working
report.database.logonserverex "p2soledb.dll", TheReportName, "", "", "", "ole db", cn
cn is...
Here's my problem.....I have 4 tables attached to my report. I add 3 of them then after building the report I found I needed to add the other one. When I did, it killed all the report data.
When I went to "Set Location" I found that the first 3 tables had a User ID: Administrator. The...
Here's my problem.....I have 4 tables attached to my report. I add 3 of them then after building the report I found I needed to add the other one. When I did, it killed all the report data.
When I went to "Set Location" I found that the first 3 tables had a User ID: Administrator. 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.