Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding timer to a command button group
Message
From
19/02/1999 11:52:27
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:
00189335
Views:
10
>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

Jaun

Thanks for the reply but that's not what I meant, let me rephrase. I want the timer to start when the command button group is instantiated and then check the status of other processes and update the command buttons based on the update. I know how to use CreateObject() like you said but not how to define what happens in the timer event.
Donny Sims

Life is what happens to us while were busy making other plans.
- John Lennon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform