I wouldn't recommend the automation server - I believe Seagate recommends the RDC, and other comments in this site have indicated this as well.
As far as why it's not working, I don't have any help. One thing to check - when you save your .rpt file, do you have "save with data" checked?
Have you updated the datasource(DSN) to point to the new database? You said you set it to the "name of the SQL Server". In our case we assume there is a ODBC datasource that points to the correct DB, and the name of that DSN is the variable "MyDSN".
Thanks, I thought about that, but since they are on-demand, I am letting the viewer open the subreport up into a separate tab during the DrillOnSubreport event in the viewer. Will setting the subreport object into a new report object affect what happens when the user drills down on the...
Here's an abbreviated example (this assumes you could have more than 1 datasource per report, thus the for...next thru the tables collection):
Set crxReport = crxApp.OpenReport(mstrReportPath)
Set crxDatabase = crxReport.Database
Set crxDatabaseTables = crxDatabase.Tables
For Each...
Hi Ken,
I don't quite follow your suggestion. I'm not familiar with "SubReportToChange". Is it a property of the report object? Or is this the name of the subreport? I don't see it in my object browser of help. I am using craxdrt.dll and crviewer.dll (8.5 for both). Can you explain...
Using: Report Designer 8.5
Situation: created Active X control that is integrated into a C++ app, reports are designed using ODBC to SQL Server 7.0 and reference a stored procedure. My active x control sets the location for the report based on the DSN and database name that it is connecting to...
I am using crviewer.dll and craxdrt.dll to develop a VB ActiveX control.
My question: is there any way to programatically change the text "Preview" on the main report tab? For example, show the report name.
The feedback from users is that they don't understand what...
I am integrating crviewer.dll and craxdrt.dll (V8.5) into an ActiveX control using VB. I am trying to control the display of the group tree based on report content (ie if it contains groups) when I drill down on a subreport or group.
Generally, i have found the following:
enablegrouptree --...
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.