Has anyone ever implemented an Autosave function like MS Word has?
I'd love to hear about it.
TIA
Printable View
Has anyone ever implemented an Autosave function like MS Word has?
I'd love to hear about it.
TIA
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.