Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display clock on form
Message
 
À
21/07/2008 04:58:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01332717
Message ID:
01332718
Vues:
8
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform