Rich Text on a custom form?

  • Thread starter Thread starter Jerry Camel
  • Start date Start date
J

Jerry Camel

I have two fields on a custom form that collect status info and updates.
I'm using a multi-line textbox. Is there a way to enable them to support
RTF? Just want the users to be able to make things bold or italics, etc...
Thanks.

Jerry
 
You would have to use a rich-text control, install it to all users'
machines, and provide code to save out the raw RTF information to a text
property, then read it back in when the user opens the item.

Rather more trouble than it's worth in my opinioin.
 
Back
Top