/ Forums / Advansys Formativ / Creating Solutions with Formativ / Right-click integration in calendar view / Groupwise-Shutdown event / Reply To: Right-click integration in calendar view / Groupwise-Shutdown event

#7597
Support 3
Participant

    Check the GWEvent value for different events. For the “On CloseWindow” event, the value is “GW#C#TKN#292”.

    Sub Main(Client, GWEvent)
      msgbox GWEvent
    End Sub
    

    Regards,
    Advansys Support