Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding timer to a command button group
Message
 
To
19/02/1999 11:30:04
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00189316
Message ID:
00189319
Views:
17
If I understand you correctly, I am assuming that you wish to add a timer object when a user clicks on a button. You can do this in this fashion

oTimer = CreateObject("timer")
WITH oTimer
Name = "tmrTimer"
Interval = 10000
Enabled = .T.
ENDWITH
Juan L. Romero
gcandela@javanet.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform