#7545
dgerisch
Participant

    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.