Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer object
Message
From
07/09/2003 17:04:30
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
To
07/09/2003 16:06:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00826886
Message ID:
00826891
Views:
23
I don't know about running this as a "service", but after you create the timer, you need to issue a READ EVENTS ... then you'll be off and running.

Of course, you'll need to CLEAR EVENTS somewhere ... or you'll run indefinitely.

>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform