/ Forums / Advansys Formativ / Formativ Runtime / Application Error

  • Creator
    Topic
  • #3712
    CLKurutz
    Participant

      When installing Formativ RunTime version, on some PCs applets will not run. On those particular PCs, when GW starts, the “with Advansys Formativ” is not below GroupWise words.

      Once GW is loaded, Formativ is an option even without the words appearing. Also, the formativ icon appears in the task bar.

      Any help is appreciated.

    • Author
      Replies
    • #5894
      CLKurutz
      Participant

        We have this working. To get it working, we had to set the custom view path under Tools – Environment in GroupWise even though the path is hard coded.

        Now, we have run into an issue with another piece of the code. The following code is not inserting a graphic. This works on two laptops but not on the majority of PCs.

        If ActivityRoom.RoomSetup.itemindex = 0 then
        ActivityRoom.RoomSetupImage.Picture.LoadFromFile_(“p:GroupWiseViewsactivityroomregularactivity.jpg”)
        Utilities.CopyHTMLToClipboard(“<br><IMG_ src=””file:///P:/GROUPWISEVIEWS/ACTIVITYROOM/REGULARACTIVITY.JPG””>”)
        End If

        The user has rights to the folder and the graphic is displayed on the form it is just not inserted into the message area. The following is the entire code:

        ‘ Activity Room

        Sub Main(Client, GWEvent)
        Dim iFilePath

        Call GroupWise.ViewOpenFile_(“p:GroupWiseViewsFormativGWViewsResActivity”, “”, “”)
        if ActivityRoom.ShowModal = MROK then
        Call groupwise.focusset(fcsMessage, “”)
        GroupWise.EditPaste
        Call groupwise.focusset(fcsSubject, “”)
        end if

        End Sub

        Sub RoomSetupChange(Sender)

        If ActivityRoom.RoomSetup.itemindex = 0 then
        ActivityRoom.RoomSetupImage.Picture.LoadFromFile_(“p:GroupWiseViewsactivityroomregularactivity.jpg”)
        Utilities.CopyHTMLToClipboard(“<br><IMG_ src=””file:///P:/GROUPWISEVIEWS/ACTIVITYROOM/REGULARACTIVITY.JPG””>”)
        End If

        If ActivityRoom.RoomSetup.itemindex = 1 then
        ActivityRoom.RoomSetupImage.Picture.LoadFromFile_(“p:GroupWiseViewsactivityroomyoga.jpg”)
        Utilities.CopyHTMLToClipboard(“<br><IMG_ src=””file:///P:/groupwiseviews/activityroom/yoga.JPG””>”)
        End If

        If ActivityRoom.RoomSetup.itemindex = 2 then
        ActivityRoom.RoomSetupImage.Picture.LoadFromFile_(“p:GroupWiseViewsNoSetupNeeded.jpg”)
        Utilities.CopyHTMLToClipboard(“<br><IMG_ src=””file:///P:/groupwiseviews/NoSetupNeeded.jpg””>”)
        End If
        End Sub

        #5893
        Support 1
        Participant

          Cathy,

          quote:


          We have this working. To get it working, we had to set the custom view path under Tools – Environment in GroupWise even though the path is hard coded.


          It appears that the statement above refers to your post re. the GroupWise token ViewOpenFile() in a different thread. Please see that thread for my comments on your questions above.

          With regard to your first post above:

          quote:


          When installing Formativ RunTime version, on some PCs applets will not run. On those particular PCs, when GW starts, the “with Advansys Formativ” is not below GroupWise words.


          Are you referring to the red, white and orange/blue ‘splash screen’ which appears while loading GroupWise? If so, is this still the case or is it working as normal now? If these problems are continuing on the PC’s with Formativ Runtime installed, then please send the following information from one of these PC’s to support@advansyscorp.com:

          • 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. Then paste the text into your reply email.
          • The settings on the first two tabs (General, Local Config) of the Advansys Formativ applet in the Windows Control Panel. Please state whether or not each setting is checked.

          Regards,
          Advansys Support

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