• Creator
    Topic
  • #4117
    CLKurutz
    Participant

      I have used the applet examples to create a list box of different conference rooms. Once the room is chosen, I would like the code to launch that would run an applet.

      Here is the code that comes after the list of radio buttons:

      if Dlg.Execute = Btn1 then
      if Radio1.Checked then
      ActivityRoom
      end if
      if Radio2.Checked then
      ArtStudio
      end if
      end if

      “ActivityRoom” is a function with the following code:

      Function ActivityRoom(Client, GWEvent)

      Dim iFilePath
      Call GroupWise.ViewOpenFile(“d:groupwisevdesignResActivityTesting”, “”, “”)
      ActivityRoomTest.showmodal
      Call groupwise.focusset(fcsMessage, “”)
      GroupWise.EditPaste

      End Function

      This bit of code works fine without the list box.

      Is there any way to make this work? Confused

      Any help is appreciated. Thanks!

    • Author
      Replies
    • #7152
      Support 1
      Participant

        Thank you for your enquiry.

        Could you email your applet to support@advansyscorp.com? We will take a look at the applet and if possible advise you on how to make it work.

        Regards,
        Advansys Support

        #7153
        CLKurutz
        Participant

          Thank you for your assistance. I emailed the applet this evening.

          #7151
          Support 1
          Participant

            We have received your emailed applet, thank you.

            This query will be handled by direct email.

            Regards,
            Advansys Support

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