/ Forums / Advansys Formativ / Creating Solutions with Formativ / Same code – different results / Reply To: Same code – different results
September 17, 2007 at 5:19 pm
#7870
When manually composing an HTML-format message, GroupWise translates the [Enter] key into the <BR> HTML tag. This suggests the following approach for both plain-text and HTML: does it work when you use this code?
Call GroupWise.FocusSet(10, "") GroupWise.PosTextTop GroupWise.Enter GroupWise.TypeText(FullName) GroupWise.Enter GroupWise.TypeText(Title) GroupWise.Enter GroupWise.TypeText(CompanyName) GroupWise.Enter GroupWise.TypeText(Street) GroupWise.Enter GroupWise.TypeText(City & ", " & State & " " & Zip) GroupWise.Enter GroupWise.TypeText("Phone: " & Phone) GroupWise.Enter GroupWise.TypeText("Fax: " & FaxNum) GroupWise.Enter GroupWise.TypeText("Email: " & LCase(Email)) GroupWise.Enter GroupWise.TypeText("Website: " & Website) Groupwise.Enter GroupWise.PosTextTop
Regards,
Advansys Support