Post Author: martin_jones
CA Forum: General
Hi,I have a rich text box in a VB.NET application which contains bullets. These are standard RTF bullets added using code (as follows):Me.focusedRTB.BulletIndent = 10Me.focusedRTB.SelectionBullet = True The Rich Text is then stored into a database and displayed using Crystal Reports, these bullets do not display. However, the rest of the text in the RTF does, however.Can anyone help?Thanks in advance,Martin