Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Author
    Replies
  • in reply to: How to Refresh the folder view in Groupwise #8109
    ML_NetBeh
    Participant

      Yes it does, Thanks

      in reply to: How to Refresh the folder view in Groupwise #8106
      ML_NetBeh
      Participant

        Thanks, that worked Smile

        Other Question:

        How can i check if the cleint is connected to the Archive database, because “groupwise.account.archived” gives me in both modes (caching/archive) the answer false.

        in reply to: Formativ MenuItems not visable anymore in GW client 7 Sp1 #6112
        ML_NetBeh
        Participant

          this Behaviour has been fixed in SP2 Beta released 28-2-2007

          in reply to: Formativ MenuItems not visable anymore in GW client 7 Sp1 #6114
          ML_NetBeh
          Participant

            Your steps are correct and have the same results at my side. but after your steps the Main menu bar is visable again. We like to work without the mainmenu bar. So preform your steps again until clicking on the “Arrow pointing down”.

            * Uncheck “Display Main Menu” in Tools-Options-Appearance. Other settings:
            Schemes: Custom, Display Nav Bar = true, Display Main Toolbar = true
            * Close the dialog and Menubar not present (i.e. File, Edit, View, Actions, Applets, etc), only the
            Navigation bar exists.
            * Click ‘Arrow pointing down’ icon from the far left of the Nav Bar

            At my side i have a list of items wich represent the same list as in the main menu bar (ie. File, Edit, View, Actions, Tools, Accounts, Window, Help and Display Main Menu) but “applets” is NOT available and so all the other items I programmed with formativ.

            Regards,
            Richard Willemsen.

            in reply to: Formativ MenuItems not visable anymore in GW client 7 Sp1 #6118
            ML_NetBeh
            Participant

              You can toggle the “display main menu” bij going to “Tools/Options/Environment/Appearance”. If you switch it off and you enable the “Display Nav bar” you don’t have a Menubar anymore but only the Navigation bar. On the left of this navigation bar you have an Icon that looks like a arrow pointing down. When you press that icon the Mainmenu navigation will popup. But without the formativ items.

              in reply to: Move an Item to a diffent folder using the MessageID #7557
              ML_NetBeh
              Participant

                Thanks,

                It helps, I use the following code now:

                Set MoveObj = GroupWise.Account.SentItems.Messages.Move(aMsg.MessageID, aFolderDestID.Messages)

                Because the Original message is not Removed, I added the following code:

                if not MoveObj is nothing then
                Call GroupWise.Account.SentItems.Messages.Remove(aMsg.MessageID)
                end if

                But still the Original is not removed. What goes wrong?

                Regards,
                Richard Willemsen

              Viewing 6 replies - 1 through 6 (of 6 total)