Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display clock on form
Message
 
To
21/07/2008 04:58:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01332717
Message ID:
01332718
Views:
9
>Hi, how can I have a clock displays on the label or textbox within the form. Thanks

Put a timer in the form, set its Interval to be 1000 (one second), In its timer event put:
thisform.Label1.Caption = TIME()
*** or
*** thisform.Text1.Value = TIME()
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform