| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Re: Display Running Clock on forms
You need to create a timer in the form with what ever the time frame you want to refresh the clock, 1 sec or 1 min etc. Then when timer-expired trigger just do :clock1 := sysdate and then with the appropriate format masks the field should look like a running clock.
HTH Prasad Chavali
Venkatesh Krishnamoorthy <vkrishnamoorthy_at_worldnet.att.net> wrote in
article <6gmjv8$1di_at_bgtnsc02.worldnet.att.net>...
> Hello,
> 
> I am trying to display a running clock(24hrs) on my forms
 application.(ver
> 4.5 Dev*2000). I am able to display the clock but it does not change the
> time after display.
> 
> Any help will be appreciated.
> 
> Thanks
> 
> Venkatesh K
> 
> 
> 
Received on Mon Apr 13 1998 - 00:00:00 CDT
|  |  |