Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quit application when file('xxxxxxxxxx')
Message
De
04/07/2000 04:50:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Quit application when file('xxxxxxxxxx')
Divers
Thread ID:
00387980
Message ID:
00387980
Vues:
53
I Have add a timer to my main appl that checks if the file bachup.txt is there.
But the timerevent or the quit-command doesn't works untill I click several times on the window.
My goal is the add a poss. the quit an applic. from a command at the server. file=Fcreate('t:\backup.txt')

this is the code

_screen.AddObject('mytimer','itstime')

DEFINE CLASS mytimer AS TIMER && Create timerevent
interval=1000
PROCEDURE timer
if file('t:\backup1.kto')
quit
endif
enddefine

Is there somebody who can help me whit this or has another solution in his mind.

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform