Home » Developer & Programmer » Forms » Timer Problem (10G)
Timer Problem [message #646162] Sun, 20 December 2015 22:16 Go to next message
Mukul Ahmed
Messages: 16
Registered: December 2015
Location: Bangladesh
Junior Member
When I create timer in my form, If it is static, it works. But, when I want to run seconds to repeat, the cursor is blinking automatically which makes me bored.

I have used this code..
:timer.d1 := to_char(sysdate, 'HH:MI:SS DD/MM/YY');

for continuing time, i've used this code (when-new-form-instance).
DECLARE
T TIMER;
BEGIN
T := CREATE_TIMER('t1', 166.66, repeat);
end;
If I want to continue seconds in timer with no problem, what should I do?
Re: Timer Problem [message #646173 is a reply to message #646162] Mon, 21 December 2015 03:09 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
Are you trying to put a clock in your form?
Re: Timer Problem [message #646187 is a reply to message #646173] Mon, 21 December 2015 16:53 Go to previous message
CraigB
Messages: 386
Registered: August 2014
Location: Utah, USA
Senior Member
What are you trying to accomplish? Perhaps a Timer not the right method to use...
Previous Topic: Please provide WEBUTIL_106.zip and jacob_18.zip files
Next Topic: HOW TO UPLOAD, DOWNLOAD AND VIEW PDF FILE IN ORACLE D2K6i
Goto Forum:
  


Current Time: Wed Apr 24 06:46:18 CDT 2024