/ 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 2:26 am
#8058
thanks for your answer, it helps me a lot..
i get the owner.displayname in msgbox prompted, but i need the value in my fieldNameChange Box..
i tried this:
Sub Main(Client, GWEvent)
holiday.ShowModal()
dim owner
‘Get the login user address object
set owner = GroupWise.account.owner
set fieldNameChange = owner.displayname
Sub fieldNameChange(Sender)
End Sub
But no luck, do you have an Idea ?
thx