show time sequencially [message #293611] |
Mon, 14 January 2008 04:31 |
roni_a180
Messages: 45 Registered: October 2007
|
Member |
|
|
hi
i create a datetime field, and i display currect time sequencially in the perticular field.
that means systime change per second and then change time automitaccaly per second in perticular field
|
|
|
Re: show time sequencially [message #293617 is a reply to message #293611] |
Mon, 14 January 2008 05:03 |
mintomohan
Messages: 104 Registered: November 2006 Location: India
|
Senior Member |
|
|
i think you can create a timer for 1 second, and use the WHEN-TIMER-EXPIRED trigger to do this.
But this may cause performance issues.
Alternatively you can create a java applet to display system time.
Minto
|
|
|