/ Forums / Advansys Formativ / Creating Solutions with Formativ / Inserting text into email–change field focus?

  • Creator
    Topic
  • #3937
    policyvote
    Participant

      Hello. I’m devloping an applet that will allow users to select from multiple signatures, then grab their contact info from e-directory, and insert that above the signature.

      The problem I’m having is that when users compose a new email, the focus is automatically placed in the “TO:” field, and there doesn’t seem to be any way for the applet to change the focus to the “Message” field. It works perfectly for a reply, because the default focus for a reply is in the “Message” field.

      Any advice out there?

      Peace
      policy

    • Author
      Replies
    • #6656
      Support 1a
      Participant

        Have a look at the:

        GroupWise.FocusSet(Place eControl, ControlName String)

        method in the Language Guide. This is used to change the input focus on the currently open view.

        To set the focus to the message field, trying something like:

        GroupWise.FocusSet(fcsMessage,"")

        I hope this helps.

        Advansys Support

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