MS RTF ActiveX control

  • Thread starter Thread starter Dib
  • Start date Start date
D

Dib

Hi,
I am using an MS RTF ActiveX control on a Form, its working fine except that
the users sometimes at the end of the line they hit the Return key and
sometimes they don't.
this creates a spacing issue between the paragraphs.

I am trying to remove the "/par" from the RTF text if there is no data, but
still having problems.
Can any one please advice.
Thanks
Dib
 
It would be a lot easier to grab and parse the Text property of the RTF
control rather than trying to manipulate the RTF codes directly.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Thanks, the idea worked fine.


Dib

Stephen Lebans said:
It would be a lot easier to grab and parse the Text property of the RTF
control rather than trying to manipulate the RTF codes directly.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Thanks, the idea worked fine.


Dib

Stephen Lebans said:
It would be a lot easier to grab and parse the Text property of the RTF
control rather than trying to manipulate the RTF codes directly.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top