PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Time field on a window
Time field on a window
Débuté par Marcelino Silva, 05 jan. 2005 14:18 - 1 réponse
Posté le 05 janvier 2005 - 14:18
Hello,
Can you help me in order to put a time field, in a window, with automatic time update but without using the timer() function.
Thanks in advance.
Br
Marcelino
Posté le 06 janvier 2005 - 13:40
Hi Marcelino,

If you are using WD8+, you can activate the statusbar on a window.
Then, in the properties of the statusbar there are predefined fields you can
use.
One of them is the time field.
Use this one.

Another option might be to define your own supercontrol with a time field
and an embedded timer function to update the field regularly.
This allows easy re-use.

I hope this helps,

Peter


"Marcelino Silva" <mar@ecco.com> schreef in bericht
news:41dbd0c9@news.pcsoft.fr...

Hello,
Can you help me in order to put a time field, in a window, with automatic
time update but without using the timer() function.
Thanks in advance.
Br
Marcelino