/ Forums / Advansys Formativ / Creating Solutions with Formativ / GroupWise Account Name in Apllet Form / Reply To: GroupWise Account Name in Apllet Form

#8059
Support 3
Participant

    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