Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer to refresh a listbox?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00268284
Message ID:
00268287
Views:
21
Hi Steve,

>I was wondering how to set up a timer to refresh my listbox once every minute?
>I am showing an elapsed time in one column of my listbox which is working. Now I just need the timer to refresh/update that column once every minute so that the elasped time keeps increasing.
>It must be easy, but I have never done it.

Drop a Timer on to your form, and set the Interval property. Its in Millisecods so every Minute would be 60000 (I think?). Then put the code that you want it to execute every minute in the Timer method. Does this help?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform