PS Form - RichTextBox

This may not be the place for this question.

I am trying to figure out how to apply formatted text to the RichTextBox in the PSSCRIPTPAD Form Builder. I have attempted pasting in HTML, RTF formatting into the TEXT attribute of the form but this does not display formatted text.

Is this something that needs to be passed after the form has been built?
If I can get pointed int he right direction that would be amazing!
thank you!

for RTF you have to put the string into the rtf property, as displayed here:

http://helpcentral.componentone.com/nethelp/ARNET3/ActiveReports3~DataDynamics.ActiveReports.RichTextBox~RTF.html

for supporting HTML, instead of the RichTextBox you will have to use a WebBrowser control, as explained here:

1 Like