DISPLAYPATH()

Timer Event

The Timer event fires each time a Timer has counted down the specified Interval of time.

Usage

Procedure tmrTimer.Timer
The Timer procedure is the place you put the code you want to run after each Timer event has been reached. The Timer's interval is specified (in milliseconds) with the Timer's Interval property; a Timer is enabled if its Enabled property is .T. and the Interval is greater than 0.

Example

PROCEDURE Timer1.Timer   WAIT WINDOW NOWAIT "Time's Up!" ENDPROC

See Also

Interval, Timer


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net