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

    .NET Crystal Report Library

    Using a .NET web application, is there a way to dynamically load a Crystal Report, say from a dropdown list, then have the CrystalReportViewer take care of prompting for any parameters? When I've tried to do this previously it doesn't seem to work so I had to build the parameters into my page...
  2. jf111

    CrystalReportViewer forgetting parameters when drilling down

    I've got a CrystalReportViewer which is showing a report. I'm passing two parameters to it which change the data. This works, unless you try to drill down into the report further, at which point it resets to the default parameters. It's a bit like the reportviewer element refreshes itself and...
  3. jf111

    Report prompting for password every time

    Is there a way to embed database credentials into a report? My report always prompts for a password when it's first opened, I don't want this to happen. The other information (database server, database name, username, etc) are populated already. The connection is using the 'Microsoft OLE DB...
  4. jf111

    Datetime parameter - default times

    Hi, Is it possible to set a datetime parameter to always use a particular time? I have two parameters used in a SQL query which are datetime. It defaults to the current system time of the user selecting the datetime which can cause data to be missing from the report. I would like {?Start} to...
  5. jf111

    Calculations using datetime fields

    Hi, I have a Crystal Report which uses SQL to return some data about swipe in/out times. My intention is to sum the time difference column in order to see how many hours someone worked over a given time period. However, I'm unable to do this because Crystal won't sum datetime fields (I...

Part and Inventory Search

Back
Top