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: mickyd
  • Content: Threads
  • Order by date
  1. mickyd

    Licensing

    Does anyone know how the licensing for Crystal Reports works when users are running it on the web? Is it controlled through the activeX object used to view the reports?
  2. mickyd

    EMBEDDED OBJECTS

    Does anyone know how to specify the file name to be embedded into an ole object? I am currently working on a report that retrieves by id and by date. The files to be displayed in the ole objects will depend on the id that is passed. I need to embed both an excel file and a picture file in...
  3. mickyd

    EXPORT FORMAT TYPE VALUE

    IN THE RPTSERVER FILE PROVIDED BY CRYSTAL DECISIONS, THE TYPE OF APPLICATION TO EXPORT TO CAN BE SPECIFIED IN CODE. I.E WORDFORWINDOWS HAS THE EXPORT FORMAT NUMBER OF 14. DOES ANYONE KNOE WHERE I CAN FIND A LIST OF EXPORT FORMAT VALUES?
  4. mickyd

    DATE FORMAT IN REPORTS ON THE WEB

    When I design my reports in Crystal Designer on my computer, I have the date format: yyyy-mm-dd and it works fine on my computer. However, when I view these reports on the web, the date shows as: m/d/yyyy. We know that CR takes the system default short date and we have checked to make sure...
  5. mickyd

    Null Parameters

    I have several parameters for one report which can be null. I have been unable to pass null parameters across the web. How can I do this?
  6. mickyd

    Creating reports with Stored procedure

    I have a system DSN on my machine for developing reports and connecting to my SQL Server database. I have used a stored procedure, which can accept 3 numeric parameters but requires only one to work, to develop my report. As I was developing the report, I was able to preview the report with...
  7. mickyd

    Error: Internet Explorer cannot download

    When I open go to http://servername/CrystalReportsEval/, then click on the report, it opens fine. But, when I go to http://websitename/reports, then click on the report, it tries to download the file rather than running it inside the browser. Also, if I go to...
  8. mickyd

    Creating reports with ODBC for use with ASP

    We have a DSN on our web server which I need to use to create my report. If I use ODBC to create the report, how do I then connect to the DSN in ASP? I need to know the ASP syntax. I've tried some of the sample code provided by seagate but have had no luck. Any help would be greatly appreciated.
  9. mickyd

    Crystal Reports on the Web

    If I need the report to always show the most current data, do I have to use RDC to connect to the database. Right now I can only view data that has been saved with the report and cannot seem to get it to retrieve the data as it is being viewed.
  10. mickyd

    Crystal reports with ASP

    I need to open a report through the web into crystal reports. I can only seem to accomplish this if the data is saved with the report. My understanding was that the way the report opens depends entirely on how the report is created - the connection used. We would like to avoid putting dsn's...
  11. mickyd

    Connecting to SQL with CR8 Through web

    When viewing a report on the web, I can only do so if the data has been saved with the report. Otherwise, I get an error stating 'Server has not yet been opened' or if I specify not to save the data with the report, I get the error "An Error has occured on the server in attempting to...
  12. mickyd

    Connecting to SQL with CR8 Through web

    When viewing a report on the web, I can only do so if the data has been saved with the report. Otherwise, I get an error stating 'Server has not yet been opened' or if I specify not to save the data with the report, I get the error "An Error has occured on the server in attempting to...
  13. mickyd

    using ASP with Crystal reports

    I would like to open crystal reports via ASP. I understand the concepts of using the viewer etc.. We don't use DSN's for web applications - instead we use a dsnless connection (basically just an include file containing the connection string). I've found examples but they all seem to be...
  14. mickyd

    Using Crystal Reports version 8 through ASP

    I have been to the Seagate Crystal reports web site and have found sample code to display reports on the web using ASP. The problem being, when I try to create instances of objects, I get an "invalid progID" error. For example...

Part and Inventory Search

Back
Top