Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I want to fire a procedure every 2 seconds
Message
From
30/08/2001 09:40:49
 
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00550758
Message ID:
00550829
Views:
17
Hi Nico Las,

The object timer runs the "event TIMER" in each "INTERVAL property", for instance:


If I set the INTERVAL property to 10000 (milisenconds) the event timer will be fire up in each 10 seconds, if I do:
procedure mytimer.timer
lparameter nfoo
wait window "Ten seconds has passed !" nowait
return
endproc
The message: "Ten seconds has passed !" will be show on the right corner in each ten seconds !


CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform