/ Forums / Advansys Formativ / Creating Solutions with Formativ / GWEvent Constant Value Reference

  • Creator
    Topic
  • #3965
    Support 2
    Moderator

      When an applet executes you can check the Sub Main’s GWEvent parameter to determine which GroupWise event initiated the applet. This enables the applet developer to provide different functionality depending on how the applet is triggered.

      The GWEvent constant string values are shown below. These are the same as listed in the Novell C3PO SDK header files.

      GW#C#ACCEPT
      GW#C#ARCHIVE
      GW#C#COMPLETE
      GW#C#COMPOSE
      GW#C#DECLINE
      GW#C#DELEGATE
      GW#C#DELETE
      GW#C#DOC_CHECKIN
      GW#C#DOC_CHECKOUT
      GW#C#DOC_RESETINUSE
      GW#C#FORWARD
      GW#C#INFO
      GW#C#OPEN
      GW#C#PRINT
      GW#C#PROPERTIES
      GW#C#REPLY
      GW#C#RESEND
      GW#C#SAVE
      GW#C#SAVEAS
      GW#C#SETALARMS
      GW#C#UNDELETE
      GW#C#VIEW
      GW#C#SEND

      Advansys Support

      [This message was edited by Support 2 on October 04, 2003 at 04:40 PM.]

    • You must be logged in to reply to this topic.