/ Forums / Advansys Formativ / Creating Solutions with Formativ / How to shut down GroupWise? / Reply To: How to shut down GroupWise?
March 10, 2006 at 2:59 pm
#7541
In theory, I found it. In practice, I’m still missing something.
‘ Exit GroupWise if the policy not accepted by the user
if not IsPolicyAccepted() then
Groupwise.AppAllowClose(Yes!)
GroupWise.AppClose()
end if
I get an error on the Groupwise.AppAllowClose(Yes!) line.