Jumat, 30 November 2012

Re: [MS_AccessPros] Timer

 

Bill-

If you just want a digital countdown, you can build your own with a Text
Box and the Timer event. Enter the total time you want to start at in the
text box, then click a Start button. Code behind the Start button would
then set the form's TimerInterval property to 1000 (1000 milliseconds = 1
second) to start the clock. In your On Timer event procedure, subtract 1
second from the clock value. You could also provide a Pause button (set
TimerInterval to 0 to stop it from firing) and a Stop button (set
TimerInterval to 0 and set the Text Box to 0). Need some help writing the
code?

The other alternative is to search for a clock or countdown ActiveX
control on the web.

John Viescas, Author
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications
SQL Queries for Mere Mortals
http://www.viescas.com/
(Paris, France)

-----Original Message-----
From: Bill Singer <Bill.Singer@at-group.net>
Reply-To: <MS_Access_Professionals@yahoogroups.com>
Date: Friday, November 30, 2012 4:32 PM
To: <MS_Access_Professionals@yahoogroups.com>
Subject: [MS_AccessPros] Timer

I am wondering if access has a clock function or something that would work
like a game clock in a football game. I want to set the time, click the
start button and then have the clock start counting down.

Thanks,

Bill

MN

[Non-text portions of this message have been removed]

------------------------------------

Yahoo! Groups Links

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (2)
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar