/ Forums / Advansys Formativ / Creating Solutions with Formativ / How to insert a carriage return into the message area… / Reply To: How to insert a carriage return into the message area…
December 13, 2005 at 2:05 pm
#7449
I think the following ItemSetText token will do the job. You can also try TextSetMessage token.
call groupwise.ItemSetText(“X00”, itfMessage, “Line 1” & vbcrlf & “Line 2”, true)
Thanks
MA