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 Chris Miller 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. michalmar

    use timestamp in crystal

    I tried the first solution, and I saw that the report is already set up for datetime fields. some technical information about my problem: I have a table with some fields (for this example - 4 fields: date, varchar2(10) and 2 fields of timestamp). My purpose is to find the different between the...
  2. michalmar

    use timestamp in crystal

    I'm trying to make a report on a table which has fields of timestamp, but when I open the report - I can't see the timestamp fields. Does somebody know how can I get them?
  3. michalmar

    Get DateDiff in milliseconds

    Thank, Dgillz, for your answer, but I have to get the information not rounded and not truncated. I mean that if 2 dates have different of 2.3 seconds - I want to get 2,300 milliseconds. If I use your solution - I will get 2,000 milliseconds. Thanks again, Michal.
  4. michalmar

    Get DateDiff in milliseconds

    Does somebody know how can I get different between to dates in milliseconds? (I tired to use datediff('ms',date1,date2) and the crystal doesn't get it....) Thank you, Michal.

Part and Inventory Search

Back
Top