Ben Rittgers said (on or about) 12/10/2008 00:48:
I was to have a timer on my form. It will count down. I have made a form that has my seconds minutes and hours in separate fields. I can update the timer fields by tapping on a form button, but I would like to have the code automatically count down.

In what event should I put my code to update the fields every second? It runs like a clock so I need to update it every second.

Benjamin Rittgers
http://writerbenjamin.com

I did this about 7 years ago.
I used a Gadget to create a progress bar that got shorter as it counted backward then called SysTaskDelay to pause the loop before decrementing the loop control variable. It wasn't very efficient, but I was only counting increments of 60 seconds and less.
dga

--
Oneness is found in diversity.



--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to