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: IlseH
  • Order by date
  1. IlseH

    Insert a picture dynamically

    Hi, I really need some help here. I don't use Crystal Reports that often and normally I create my reports solely using Crystal Reports 8.5 Developer Edition. But now I've stumbled onto a problem. I need a report with pictures of items. The path to these pictures is stored in our database. Now...
  2. IlseH

    Decimal positions in Crystal SQL Designer

    Hi, Here's my problem: Due to the Euro (a new currency in Europe) all prices must be displayed using decimal positions. The rate of the currency must be displayed using 4 decimal positions. I need this rate to recalculate the prices in my report. I created a query with the Crystal SQL Designer...
  3. IlseH

    Default pick list - 50000 records

    Can't you just export the values from your database to a textfile and then import this file whith the button "Import pick list"?
  4. IlseH

    Problem with Date Format

    Maybe I didn't express myself well enough. The dates I gave as an example come from the same field in the database, but from different records. Changing the display format does not solve my problem. I even think the problem is related to my ODBC-connection. I work on a Progress 9.1B database...
  5. IlseH

    Problem with Date Format

    The dates in my database are stored as "mdy". When displaying the dates in Crystal Reports 8, the dates are mixed up. Say I have two dates: date1 is stored as 08/23/2001, date2 is stored as 10/03/2001. When displaying the dates i get 23/08/2001 and 10/03/2001 where it should be...
  6. IlseH

    Suppress Grand Total on drill-down

    Hi, I've created a report with 1 group. I also added a summary field for this group and a grand total field. Is there a possibility to suppress the grand total when the user drills down on a header so that the only summary field shown, is the summary of the group? Thanks in advance. Regards, Ilse
  7. IlseH

    Send command to an application

    I run Crystal Reports using Windows API functions and I found the solution to my problem already, but thanks anyway.
  8. IlseH

    Send command to an application

    Is it possible to send the F5-command to the application I opened from within my Progress application? My Progress application opens Crystal reports. Everytime the user reopens the application by pressing a button in my Progress application, the report data should be refreshed. It's really...
  9. IlseH

    Find out if an application is currently running

    The application is written in Progress 9.1B. It opens the programs CorVu and Crystal Reports. I already know the solution to the same problem in Access using VB, but now I need to find the solution for progress.
  10. IlseH

    Find out if an application is currently running

    I created an application which opens several other windows applications by pressing a button. These applications, however, should only be opened once. Is there a possibility to find out if the application is already running, so I can perform a test on that. Thanks in advance

Part and Inventory Search

Back
Top