/ Forums / Advansys Formativ / Creating Solutions with Formativ / GroupWise Account Name in Apllet Form / Reply To: GroupWise Account Name in Apllet Form
September 23, 2008 at 4:57 pm
#8059
If the fieldNameChange is edit control then you need to set the TEXT property. See the object inspector for available properties.
MainDlg.fieldNameChange.text = owner.displayname
holiday.ShowModal()
You may also need to set the edit control properties before displaying the form. Please see the Developers Guide for more information about developing solution using Formativ.
Regards,
Advansys Support