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: *

  1. caddy36

    V.S. Net 2003 and Crystal 8.5 Question

    We just recently purchased V.S.Net 2003. We have Cyrtal Reports 8.5. We are looking for the Crystal Functionality in V.S.Net that says It is included. Does this began with version 9.0 or should V.S.Net have that functionality requardless of whether you have Any Crystal Version...which is what...
  2. caddy36

    Visual Studio.Net 2003 and Crystal Reports

    We just recently purchased V.S.Net 2003. We have Cyrtal Reports 8.5. We are looking for the Crystal Functionality in V.S.Net that says It is included. Does this began with version 9.0 or should V.S.Net have that functionality requardless of whether you have Any Crystal Version...which is what...
  3. caddy36

    Date is Military time(string Var) need to convert and get difference

    Using Crystal 8.5 I'm trying to get a difference between my create and complete timestamp. The statement works fine except when my statement is > 24 Hours. I then get an error. Here is my statement. How should I change it to get the statement to calculate correctly...
  4. caddy36

    Elapsed Time Difference when time is > 24 Hours

    Thanks Simon: I've posted this in Crystal Forum. Sorry to take up your time, and thanks for the help....
  5. caddy36

    Interval Time Problem: Crystal 8.5

    I'm doing a calculation in a Formula that works fine until I reach the 24 hour mark which makes my forumla invalid. Can someone tell me what I need to do to update the statement to account for times greater than 24hours? My Statement...
  6. caddy36

    Elapsed Time Difference when time is > 24 Hours

    Obviously there in lies the problem!
  7. caddy36

    Elapsed Time Difference when time is > 24 Hours

    Yes: Format([reservation_request.rr_completestamp]-[reservation_request.rr_create_stamp],"d hh:nn") Using Crystal 8.5 Error message states: "There is an error in the formula, do you want to save it?"
  8. caddy36

    Elapsed Time Difference when time is > 24 Hours

    ([reservation_request.rr_completestamp]-[reservation_request.rr_create_stamp],"d hh:mm") Yes I've tried it exactly like above and with various Other things mixed with it. It doesn't like the statement.
  9. caddy36

    Elapsed Time Difference when time is > 24 Hours

    Getting errors no matter what varation I use on this one. Here's what I have now, but it's NOT right: Datepart("h",{reservation_request.rr_completestamp}-{reservation_request.rr_create_stamp}),"d hh:mm") Suggestions are welcomed....!
  10. caddy36

    Elapsed Time Difference when time is > 24 Hours

    Basically its just calculating the difference between a Created Timestamp Field and a Completed Timestamp field in HH:MM The problem, as I stated, is that once the time becomes greater than 24 hours I get an error statement in Crystal that says time must be betwee 0 - 23 hours. I know what the...
  11. caddy36

    Elapsed Time Difference when time is > 24 Hours

    Thanks But I'm having trouble finding exactly where in my statement to insert your Line. What exactly do I need to alter? I've tried a few things and nothing has been successful. Appreciate the help DrSimon
  12. caddy36

    Elapsed Time Calcuation with DateDiff

    Acutally Statement should read: time(DateDiff("h",{reservation_request.rr_create_stamp},{reservation_request.rr_completestamp})-(if datepart("n",{reservation_request.rr_create_stamp}) < datepart("n",{reservation_request.rr_completestamp})+1 then 0 else...
  13. caddy36

    Elapsed Time Calcuation with DateDiff

    How do you account for times great than 24 hours? My statement here which works fine for up to 24 hours gives me an error OVER 24 Hours: time(DateDiff("d",{reservation_request.rr_create_stamp},{reservation_request.rr_completestamp})-(if datepart("n",{reservation_request.rr_create_stamp}) <...
  14. caddy36

    Elapsed Time Difference when time is &gt; 24 Hours

    I'm doing a calculation in a Formula that works fine until I reach the 24 hour mark which makes my forumla invalid. Can someone tell me what I need to do to update the statement to account for times greater than 24hours? My Statement...

Part and Inventory Search

Back
Top