Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Terminating an application on other stations
Message
From
22/03/2000 07:49:03
Dragan Jankovic
Delegate Technology GmbH
Vienna, Austria
 
 
To
22/03/2000 06:18:03
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00348775
Message ID:
00348791
Views:
25
>Let's say there are 5 computers. They are in the same local area network based on TPC/IP protocol.
>
>I'm developing an application to run as a server application on the first computer. Can I use VFP to terminate other applications which are running on the other computers?
>
>I have another problem i.e: I can add a combol-box control into a grid column but I don't know how to delete the existing textbox control.
>
>Thank you for your help,
>Regards,

Hi Clarissa,

If you want "remote" applications to exit gracefully, it must be done within: use Timer control to periodically check for some DB change, or file existance (too much network traffic) or use WinSocket control - anyway, applications must be aware that it's time for shutdown and to save updates, close open tables and quit. Otherwise, you can use some external commands (like KILL.EXE on NT) but the results are unpredictable.

Well, that's the general idea.
Previous
Reply
Map
View

Click here to load this message in the networking platform