Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer object
Message
From
07/09/2003 16:06:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Timer object
Miscellaneous
Thread ID:
00826886
Message ID:
00826886
Views:
60
This should be a simple question,

How would I create an exe that will run code at a specified interval.
this is what i was trying. And can anyone point me in the direction of how i could run this exe as a service?

Thanks,

Paul

oTimerObj=CREATEOBJECT('AppTimer')


DEFINE CLASS apptimer as Timer
interval = 60000
PROCEDURE timer
do somefunction()
endproc
ENDDEFINE
PUBLIC oTimerObj


function somefunction

Do what I want

endfunction
Next
Reply
Map
View

Click here to load this message in the networking platform