/ Forums / Advansys Formativ / Creating Solutions with Formativ / How to shut down GroupWise? / Reply To: How to shut down GroupWise?
March 18, 2006 at 2:41 pm
#7542
Trying another way to shut down the GroupWise client, should a user decline the Acceptable Use Policy.
I have written a program which closes the GroupWise client – all I need now is a method to launch it when the user declines the AUP.
GroupWise.RunProgram(“CloseGW.exe”,””)
I hate this, because it is kludgy. But if I can get it to work, it will be better than admitting I just can’t get the job done.
Would have thought this would do it, except I get “Cannot use parentheses when calling a Sub at line… (specifies end of statement)”
How do I get this method to go?
Thank you.