Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Timer
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01282898
Message ID:
01282901
Views:
6
>In timer.timer event, I am using
>
>Time1 = time()
>thisform.text3.refresh, where text3.value = time1
>
>
>So I can get the updated time in my form every second
>
>Is it possible obtain a timer counter, starting from 0:00
>in my text3, instead of the real time ?

Yes, just check the link I sent you yesterday.

dt1 = datetime(year(),month(),day(),0,0,0)
dt2 = datetime()

etc.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform