Calling QUIT 4D with EXECUTE ON CLIENT with a uniquely named/registered client has already been mentioned (twice), that's probably what you need. Here are some links to get you started: * REGISTER CLIENT: http://livedoc.4d.com/4Dv15.4/help/Command/en/page648.html * GET REGISTERED CLIENTS: http://livedoc.4d.com/4Dv15.4/help/Command/en/page650.html * EXECUTE ON CLIENT: http://livedoc.4d.com/4Dv15.4/help/Command/en/page651.html * QUIT 4D: http://livedoc.4d.com/4Dv15.4/help/Command/en/page291.html
Just in case you want alternatives, here are a couple other ideas: * If the user is an Administrator or Designer you could present the Administration Window with OPEN ADMINISTRATION WINDOW then allow them to drop the user. Although there are other things they could also do from this user interface that you may not want them to do so be careful: http://livedoc.4d.com/4Dv15.4/help/Command/en/page1047.html * You could automatically logoff idle users with the "Tech Note: Idle User Detective" http://kb.4d.com/assetid=76221 This Technical Note discusses and demonstrates a technique for monitoring user inactivity, displaying a countdown dialog and warning when a user is approaching an established user inactivity timeout, and how it will quit 4D in Remote mode when the timeout has expired. -Tim ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

