Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer object
Message
De
07/09/2003 17:04:30
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
 
À
07/09/2003 16:06:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00826886
Message ID:
00826891
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform