Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quit application when file('xxxxxxxxxx')
Message
From
04/07/2000 04:50:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Quit application when file('xxxxxxxxxx')
Miscellaneous
Thread ID:
00387980
Message ID:
00387980
Views:
55
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.
Next
Reply
Map
View

Click here to load this message in the networking platform