I have a VB.Net Client that updates a VCHAR(MAX) fields with RTF text in an MS-SQL 2008 database. I want to use MS-ACCESS as a front end for users to write reports (its easier for them becuase they know MS-ACCESS). The problem is that the MS-SQL field that contain RTF prints the RTF codes in the NS-ACCESS report writer, rather then the formatted text. I have not been able to find a control that will do what I need.
Can anyone ideas...
Search Result
Collapse
2 results in 0.0039 seconds.
Keywords
Members
Tags
-
Need MS-Access RTF control that will work in a report populated from a linked MS_SQL
-
RichTextBox color table not working
I am trying to add a color table to the RTF of my RichTextBox control when I instantiate the control. The problem is that the color table will not stay there. The only time it stays is if I have text specified in the RTF that is formatted with one of the codes in the color table. That won't work because I don't want text in the control yet. Here is the code and the RTF and the RTF it displays after the line runs:
Code: