I have a form that uses the RTF control. When I load the RTF field to the data report designer in vb 6 I get something like this type of format.
{\rtf1\ansi\deff0\deftab72
0{\fonttbl
{\f0\fswis
s MS Sans Serif;}{\f1\froman\fcharse
t2 Symbol;}{\f2\fswiss MS Sans Serif;}}{\colortbl\red0\gr
een0\blue0
;}\deflang
1033\pard\
plain\f2\f
s17 Formulas and Notes appear here\par }
I want to get rid of all the extraneous characters so that it will print out exacly as it appears on the form. I can't incorporate any other com component, this has to be through code. Each RTF field holds different data.
Start Free Trial