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 bkrike 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: *

  • Users: D1000
  • Content: Threads
  • Order by date
  1. D1000

    Export to PDF using Crystal 8.5 ActiveX viewer

    We have come across a problem that is very difficult to figure out and hope that someone has a solution. We are using RDC and Crystal 8.5 to execute and render reports through the web. Everything works fine and the reports are displayed properly in the web browser using the ActiveX viewer...
  2. D1000

    Missing icons in DHTML viewer

    When running Crystal Reports through ASP.NET and the DHTML viewer, we noticed that the icons on the toolbar are missing (export, print, etc). The buttons work but the icons are not there. Reviewing the source code behind the viewer, we noticed that the icon files are not included in the...
  3. D1000

    Excelsius flash object not displaying in DHTML viewer

    We are using Crystal 2008 and ASP.NET 2.0. When executing a Crystal report containing an Excelsius object and viewing it in the DHTML viewer, nothing comes up. This is going through a web page and ASP.NET. There is a blank spot where the flash file should go but nothing else. It works when...
  4. D1000

    Progamming bookmarks into PDF output

    Does anyone have any examples of how to publish Crystal report groups as bookmarks in PDF output using the RDC/COM interface? Is that even possible? I could not find any examples of this on the Business Objects site. We programatically generate the Crystal 11 report to PDF output and would...
  5. D1000

    Export to PDF and Word fails in Crystal 8.5 ActiveX viewer

    We are using the COM (RDC) interface to activate the Crystal ActiveX viewer for Crystal 8.5 through ASP. The viewer comes up fine in the browser but when we attempt to export to either Word, RTF or PDF formats using the Export button on the viewer, we get the following error: CRAXDRT error...
  6. D1000

    Connecting to OLAP data source

    Is it possible to connect to an OLAP data source using the RDC API? We are using Crystal Reports XI and are connecting to a Hyperion Essbase OLAP data source using the native OLAP functionality. The report works properly in Crystal but when we try to run the report using a web interface and...
  7. D1000

    Retrieving maximum row of a grouped rowset

    I would like to create a single query that would retrieve the maximum value of a grouped rowset. We have a table with the following information: ID Description Time We can have data such as the following: ID Desc Time -- ---- ---- 9...
  8. D1000

    Passing a time value to parameter

    I have a simple Crystal report (v9) that takes a single parameter of type time. We are calling the report using the RDC component, but we get a Type Mismatch error when using the following code: Call parameterFieldsCollection(1).AddCurrentValue(CTime("11:00:00")) -- also used the following...
  9. D1000

    Crystal ActiveX error when using RDC

    We are running into a strange problem that is difficult to resolve because it is intermittent. We are invoking a Crystal report using the RDC interface and from time to time, the following error is returned: "Cannot create ActiveX component." This has occurred with Crystal 9 and 10 on...
  10. D1000

    Cannot connect to remote Access database

    We are using classic ASP/Crystal 9 RDC to try and connect to a Microsoft Access data source through a Crystal report. The Access .mdb file is sitting on a remote file server that is accessed through a share. We created a System DSN on the web server that points to the Access database using a...
  11. D1000

    Enumerating users in a group/OU

    I am having a devil of a time coming up with the appropriate syntax to enumerate the users within a particular group or OU. Listing all the users or groups on a computer is no problem but trying to list the users within a group either returns nothing or an error. I am sure I am missing...
  12. D1000

    Crystal reports job failed error when printing or paging report

    We are using Crystal 10 and are generating reports using the RDC component through ASP. When a user opens a report containing many pages (about 50 or 60) and tries to print or page through, they intermittently get the following error: CRAXDRT Error Occrued on Server - 2147189544: A Crystal...
  13. D1000

    Web Front End for Access Reports

    Does anyone know of any package that can be used to distribute Access reports over the web? We are looking to enable users to use their browser to dynamically run our Access reports through an intranet/extranet. The Access database would reside on our server and users would only need a browser...
  14. D1000

    Connecting to stored procedure

    Does anyone have an example of how to use RDC to call a Crystal report that uses a stored procedure? I am using SetLogonInfo (server), (database), (user), (password) but cannot get anything back. How do we specify the stored procedure name in this string? I tried different variations of the...
  15. D1000

    Modifying default ActiveX settings in CE

    We are trying to add the Select Expert button on the ActiveX viewer toolbar when viewing a report through a straight URL (http://myserver/myreport.rpt). I could not see where that could be added through the Crystal Enterprise management console. Is there a .csp page we can modify to add the...
  16. D1000

    Using SelectExpert buttom in ActiveX viewer

    Has anyone been able to use the SelectExpert button in the ActiveX viewer toolbar successfully? When selected, one can add a new filter and apply it but the report just refreshes all the data and does not filter it according to your selection. Is there anything special that needs to be done?
  17. D1000

    Unavailable database error using RDC and Interbase

    Using RDC and ASP with Crystal 10, we are trying to connect to an Interbase database using the following code: SetLogonInfo "SYSTEMDSN", "c:\mydatabase.gdb", "SYSDBA", "masterkey" When running the report, the following error is generated: "HY000 INTERSOLV ODBC Intersolv driver: Unavailable...
  18. D1000

    SelectPrinter not working in Crystal RDC

    We have a web application developed using ASP that calls a Crystal report and attempts to print it to a printer selected by the user. The printer is defined by name and the code used is as follows (this was done using VB but the code is in an ASP application and follows the same logic): crxApp...
  19. D1000

    Passing multiple values to a parameter using RAS

    I am having trouble passing multiple values to a paremeter. We have a Crystal report with an EmployeeID parameter that is set up to accept multiple values (4,5,...). I can call the parameter with a single discrete value and everything works fine, as in: ~~~~~~~~~~~~~~~~~~~~ Set Values =...
  20. D1000

    [b]Installing CE 8 on Windows 2003[/b]

    Has anyone successfully used CE 8 on a Windows 2003 platform? If so, any special things we need to do to get it to work properly? Right now users are getting an HTTP 404 when attempting to access a Crystal report via the web browser. Thanks in advance.

Part and Inventory Search

Back
Top