Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. redmondson92

    How do you get "setlocation" to work ? (CR 8.5)

    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?
  2. redmondson92

    Location for On-Demand Subreports

    Follow up - This worked like a charm with the on-demand subreports. Thanks for your help.
  3. redmondson92

    Location for On-Demand Subreports

    Thanks Balves - just to clarify, will this apply to on-demand subreports as well?
  4. redmondson92

    How do you get "setlocation" to work ? (CR 8.5)

    addendum... last line should be "the name of that DSN in the variable strDSN"
  5. redmondson92

    How do you get "setlocation" to work ? (CR 8.5)

    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".
  6. redmondson92

    Location for On-Demand Subreports

    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...
  7. redmondson92

    How do you get "setlocation" to work ? (CR 8.5)

    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...
  8. redmondson92

    Location for On-Demand Subreports

    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...
  9. redmondson92

    Location for On-Demand Subreports

    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...
  10. redmondson92

    Any way to change the "Preview" text on the main tab

    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...
  11. redmondson92

    Difference in in EnableGroupTree and DisplayGroupTree

    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 --...

Part and Inventory Search

Back
Top