I am reading a SQL database via ADO.
one of the data Items I'm using is a memo field, with embedded formatting.
here is an example:
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}}
\viewkind4\uc1\pard\f0\fs17 JH - Sue let me know that their rep had noticed that they were not performing the yearly escrow analysis.\par
}
What I wish to preserve is the message without the formatting:
JH - Sue let me know that their rep had noticed that they were not performing the yearly escrow analysis.
Is there a function that will remove these formatting characters automatically?
I noticed that using DBU the memoedit function appears to ignore MOST of these.