/ Forums / Advansys Formativ / Creating Solutions with Formativ / Using GroupWise.ItemSetText / Reply To: Using GroupWise.ItemSetText
August 6, 2002 at 4:29 pm
#6470
Try the code below, which should work. You were very close and just needed to include the append text parameter value.
OldSubject = GroupWise.ItemGetText("X00", 9)
MsgBox OldSubject
NewSubject = "Re: adjusted subject"
call GroupWise.ItemSetText("X00", itfSubject, NewSubject, FALSE)
Regards,
Advansys Support