/ Forums / Advansys Formativ / Creating Solutions with Formativ / Inserting text into email–change field focus? / Reply To: Inserting text into email–change field focus?
July 10, 2003 at 4:16 pm
#6656
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