Results 1 to 2 of 2

Thread: Autosave

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    5
    Has anyone ever implemented an Autosave function like MS Word has?

    I'd love to hear about it.

    TIA
    Had I a brain, Had I?

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    That doesn't sound to hard. Place a timer on the form. Set its interval to something.

    Then use a static counter in the timer event. Incremnet it by 1 every time the event fires.

    When the counter reaches a predetermined limit, call your saving routine, and set the counter back to zero.
    Iain, thats with an i by the way!

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