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?
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!
Forum Rules