CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2006
    Posts
    449

    Need to develop a Time Management form

    Hi all,

    Am back after a break and now am in the process of trying a time management system something like an duty register. I need to display a grid with names in the first column and default duty time in the second column and then I need to display 2 weeks (Day & Date) from the current date as columns as shown below. Now I will get the name and defauly duty time from the table. Now the admin when assigning the duty time... on clicking on the cell the default time should be displayed in the cell and he should be allowed to change. This should be a time-data since we need this data to calculate in the system.

    Hope am clear and my working environment is VS2005, MS-SQL 2005, C#. I need all your experts' help & suggestion. Thank you.

    For example (it will look something like this):
    -----------------------------------------------------------

    Name default Mon Tue Wed Thu Fri Sat Sun Mon Tue Wed Thu Fri Sat Sun
    duty time 17 18 19 20 21 22 23 24 25 26 27 28 29 30


    Lax 8am-8pm 6am-4pm
    Thank you for your support.

    Best regards,
    Lax

  2. #2
    Join Date
    Jul 2003
    Location
    Maryland
    Posts
    762

    Re: Need to develop a Time Management form

    It sounds like you have a solid understanding of what you have to do. What was your question though?

  3. #3
    Join Date
    Oct 2006
    Posts
    449

    Re: Need to develop a Time Management form

    Thank you fr your response.

    My question is... how will I display the 14 days (2 weeks) from the current date in a grid?
    Hope am clear this time. Thank you.
    Thank you for your support.

    Best regards,
    Lax

  4. #4
    Join Date
    Oct 2006
    Posts
    449

    Re: Need to develop a Time Management form

    Am waiting for someone to help me out on the following query...

    Hi all,

    Am back after a break and now am in the process of trying a time management system something like an duty register. I need to display a grid with names in the first column and default duty time in the second column and then I need to display 2 weeks (Day & Date) from the current date as columns as shown below. Now I will get the name and defauly duty time from the table. Now the admin when assigning the duty time... on clicking on the cell the default time should be displayed in the cell and he should be allowed to change. This should be a time-data since we need this data to calculate in the system.

    Hope am clear and my working environment is VS2005, MS-SQL 2005, C#. I need all your experts' help & suggestion. Thank you.

    For example (it will look something like this):
    -----------------------------------------------------------

    Name default Mon Tue Wed Thu Fri Sat Sun Mon Tue Wed Thu Fri Sat Sun
    duty time 17 18 19 20 21 22 23 24 25 26 27 28 29 30


    Lax 8am-8pm 6am-4pm[/QUOTE]
    Thank you for your support.

    Best regards,
    Lax

  5. #5
    Join Date
    Jun 2008
    Posts
    2,477

    Re: Need to develop a Time Management form

    I am having a hard time coming up with an answer for you because your question is very vague. Can you tell us what you have tried and what exactly is giving you trouble?

  6. #6
    Join Date
    Oct 2006
    Posts
    449

    Re: Need to develop a Time Management form

    Thank you for your response. Am sorry for not making it clear.

    All I need to do now is... I need to display 2 weeks(14 days) from the current system date and I need to enter the value for each date in a grid and store those values in the DB. For example....

    Name Sat, 22 Nov Sun 23 Nov Mon 24 Nov ....... (for 14 days)
    --------- ---------------- -------------- ----------------
    Lax 8am - 8pm 6am - 4pm 2pm - 2am

    Hope am making it clear now.

    Thank you.
    Thank you for your support.

    Best regards,
    Lax

  7. #7
    Join Date
    Oct 2006
    Posts
    449

    Re: Need to develop a Time Management form

    Am waiting for somebody to guide me please... Thank you.
    Thank you for your support.

    Best regards,
    Lax

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