/ Forums / Advansys Formativ / Creating Solutions with Formativ / How to shut down GroupWise? / Reply To: How to shut down GroupWise?
March 10, 2006 at 4:04 pm
#7545
By dinking around, I found that the proper syntax for AppAllowClose is just a one or a zero.
Problem is, the code still does not work.
GroupWise.AppAllowClose(0)
GroupWise.AppClose()
or
GroupWise.AppAllowClose(1)
GroupWise.AppClose()
produces no discernable action (except that GroupWise.AppAllowClose(0) turns off the Exit option under the File menu.