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 SkipVought 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
  • 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

    Thanks. Have already seen that article. We even tried using the adminstrator as the anonymous account and it still did not work. I think this is a bug in 8.5 but unfortunately, BO does not support that version any longer. We may have no choice but to go to v9 or later (where the same export...
  6. 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...
  7. D1000

    Connecting to OLAP data source

    This was not a very helpful link unfortunately. The User Guide is over 100 pages long and says nothing about the problem we are facing. Let me rephrase the question: Is it possible to display an OLAP Grid within the web ActiveX viewer using ASP and RDC? I think this is where our problem lies.
  8. 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...
  9. D1000

    Retrieving maximum row of a grouped rowset

    Strike that - should be the fourth and last rows.
  10. D1000

    Retrieving maximum row of a grouped rowset

    I'm sorry, I should say it would be the first and last rows of the example I provided.
  11. 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...
  12. D1000

    Passing a time value to parameter

    The correct call is: Call parameterFieldsCollection(1).AddCurrentValue(CDate("11:00:00 AM"))
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...

Part and Inventory Search

Back
Top