Results 1 to 4 of 4

Thread: I need to save daily and weekly values, how can i do them?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    79

    I need to save daily and weekly values, how can i do them?

    I have an application, that has so many controls: Weekday,Date,... I need to save all the weekly values from all these control arrays to a file at the end of the week.
    Anyone knows how i can go about this? At the moment the values display each week. Also I need to keep track of daily start and end times and sum them at the end of the week and save them to a file, how can i achieve this?

  2. #2
    eltiT resU motsuC Static's Avatar
    Join Date
    Oct 2000
    Location
    Rochester, NY
    Posts
    9,390

    Re: I need to save daily and weekly values, how can i do them?

    you could use a simple text file.. or maybe and excel spreadsheet.
    depends on preference..
    Text would be faster to open and read... then u could do the calcs in your app.
    excel could be set up to sum etc, and then u could add values to cells then read the totals..

    I would start with a text file...
    JPnyc rocks!! (Just ask him!)
    If u have your answer please go to the thread tools and click "Mark Thread Resolved"

  3. #3
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,802

    Re: I need to save daily and weekly values, how can i do them?

    If you want to do it for this:
    http://www.vbforums.com/showthread.php?t=440428

    Then I sugest that you add the data into a database

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    79

    Re: I need to save daily and weekly values, how can i do them?

    Quote Originally Posted by CVMichael
    If you want to do it for this:
    http://www.vbforums.com/showthread.php?t=440428

    Then I sugest that you add the data into a database
    Yes I am doing for that. But I am using this to program outlook calendar where the user must have the choice to view his worked hours from his private folder in the client side and not the public in exchange server. So I want to taste it with mine first before deploying it there. Thanks for all your help so far

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