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

#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