Home » Developer & Programmer » Forms » How Create Alot Of Timer
icon4.gif  How Create Alot Of Timer [message #325338] Thu, 05 June 2008 16:47 Go to next message
mahran419
Messages: 4
Registered: March 2008
Location: egypt
Junior Member

Hi All Cool Cool Cool
I want To create Alot Of timer In one form
1- to Repeat some picture.
2- show time of sysdate in text item.

I Create This Code To Repeat Picture
But Cannot Create Another Please Help Me!!!!!!!!!!!!!!!!!!!!!


1 when-new-form-instance Embarassed
----------------------------
declare
t timer;
begin
t :=create_timer('TI',3000,repeat);
end;


:global.x:=0;


2- when-timer-expired
----------------------------
if :global.x<7 then
:global.x:=(:global.x)+1;
read_image_file('D:\TC\image\Center'||:global.x||'.jpg','All','image4');
read_image_file('D:\TC\image\Center'||:global.x||'.jpg','All','image5');
read_image_file('D:\TC\image\Center'||:global.x||'.jpg','All','image6');
read_image_file('D:\TC\image\Center'||:global.x||'.jpg','All','image7');
read_image_file('D:\TC\image\Center'||:global.x||'.jpg','All','image8');
read_image_file('D:\TC\image\Center'||:global.x||'.jpg','All','image9');

else
:global.x:=0;
end if;
Re: How Create Alot Of Timer [message #335394 is a reply to message #325338] Tue, 22 July 2008 01:05 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you solved your problem?

David
Previous Topic: How to populate roles
Next Topic: Timesheet .. Need Help !
Goto Forum:
  


Current Time: Mon Feb 10 04:34:10 CST 2025