Once the mail merge has been executed, you can access the richtext as you would normally using the built-in helper routines to access the underlying RichEdit control. You can also access the raw RTF data using the RichText property.
See the following topics in the RB help for more information on accessing the RichEdit in code.
Comments
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Once the mail merge has been executed, you can access the richtext as
you would normally using the built-in helper routines to access the
underlying RichEdit control. You can also access the raw RTF data using
the RichText property.
See the following topics in the RB help for more information on
accessing the RichEdit in code.
TppCustomRichText.Paragraph
.SelText
.SelAttributes
.SelStart
.SelLength
.SelectAll
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com