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

    Perl DBI - Bind Parameters Problem

    I am getting an error when I try to bind parameters to a sql statement that includes a UNION statement. Here is my code: $sql="SELECT DISTINCT cp.model_code, p.product_code, cp.model_desc, cp.eur_na, '2005' calendar_year, cp.volume, cp.vehicle_pgm_center, cp.valid...
  2. mh53jfe

    Finding files that are 2 hours or older

    I need to write a program that removes only those files in a directory that are 2 hours or older. Using something like this: find . -mtime +0 -name '[A-Z]*' This code snippet will return all files older than 1 day. I have not found any reference finding a file that is n hours old. Any help...
  3. mh53jfe

    Table Linking

    If your backend is Oracle or SQL Server, why don't you simply create a view and use that for your report???
  4. mh53jfe

    Printing & Exporting Web Reports

    I think the view component is bundled within the crystal web reporting system (web component server and page server); therefore, I don't think you can delete the view. Sorry that I haven't been any help. Are there any other suggestions out there????
  5. mh53jfe

    Printing & Exporting Web Reports

    I have several customers that can print and export web reports; however, I have other customers (within the same building mapped to the same printer) that can not print or export a report. I am using Crystal Reports 8.0 with the java viewer. The print and export icon is greyed out on those PC's...
  6. mh53jfe

    Web Reports - Can not print or export file

    I have several customers that can print or export web reports; however, I have other customers (within the same building mapped to the same printer) that can not print or export a report. I am using Crystal Reports 8.0 with the java viewer. The print and export icon is greyed out on those PC's...
  7. mh53jfe

    Using a month and quarter as a parameter

    Thanks for the help. I plan to follow your advice and let the users selected records via a start date and end date range paramter.
  8. mh53jfe

    Web Reporting With CR 8.0 - Single Threaded?

    I am testing web reporting using Crystal Reports 8.0. It appears that the web component server or page server is single-threaded. For example, let's say that two users on two PCs have two reports they plan to run. The first report normally takes about 5 minutes, while the second report takes...
  9. mh53jfe

    Oracle SQL converted into Crystal Syntax

    I have a report that I am calling the class roster sign in sheet. The class roster includes the class number and name, student name, and other information. Additionally, my customer wants to place the instructor's name on the report. That is where I am having my problem. I have tried everything...

Part and Inventory Search

Back
Top