RTF String and Rich Textbox Control

N

Neal

Help please

I have data in an access database (I can convert to excel
if it would help) where one of the fields has data that is
in an RTF String. The application that uses this database
can't export the data in the field at all. Is there a way
using a Rich Textbox Control or some other way to convert
the data to a plain text.

I am looking to import the data into excel, but need basic
text

TIA

Neal
 
S

Scott McDaniel

Your RichTextBox control exposes a .Text property, which is just the text
without formatting. The field that houses this data is a simple Memo field,
and thus is no help ... you could write a parser that would search the field
and strip the formatting code before sending it to Excel
 
N

Neal

Can you give me a simple example?

Many TIA

-----Original Message-----
Your RichTextBox control exposes a .Text property, which is just the text
without formatting. The field that houses this data is a simple Memo field,
and thus is no help ... you could write a parser that would search the field
and strip the formatting code before sending it to Excel




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top