CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #3
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Comparing field value to system clock

    Yep those values in the if statements need to be 15 30 and 120 since you are dealing with total minutes not hours

    I would also say that the color code seems a bit odd. Red for a little late Yellow for quite a bit late and green for very late. ???? Seems like if anything it should be reversed.
    Last edited by DataMiser; January 15th, 2013 at 09:02 PM.
    Always use [code][/code] tags when posting code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured