/ Forums / Advansys Formativ / Formativ Runtime / Applet doesn’t run when pressing the button!

  • Creator
    Topic
  • #3782
    embru1
    Participant

      Hy there!

      I’ve got a problem with an applet in Formativ 2.0.1! When I press the button for the applet to run, it start’s (I can see it on the taskbar) but it doesn’t appear on the screen! This problem is only with one applet, the others work fine!

      Can anyone help me?

      Thanks!

    • Author
      Replies
    • #6158
      Support 3
      Participant

        Is this a custom applet or Advansys commercial applet? If it is a custom applet then can you place a message box in Main subroutine to test the applet is called. See the example below:

        Sub Main(Client, GWEvent)
          msgbox "Main()"
          ....
          ....
        End Sub
        

        Could you post the Formativ configuration, you can obtain the configuration by selecting Help | About Formativ… from the GroupWise main menu. When the About Formativ dialog appears, go to the Configuration tab and click the button Copy to clipboard.

        Regards,
        Advansys Support

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.