Good morning,
We are populating an Infopath (2007) form from a SQL database.
Everything is working great except that one of our fields in the DB
contain html markup, and we can't find a way to display that properly
in our form. We've tried using a rich text box, but it renders the
HTML as text.
Any suggestions would be greatly appreciated.
S.Y.M. Wong-A-Ton - 17 Apr 2007 07:34 GMT
Have you already tried setting the value of the rich text box using its
InnerXml property instead of its SetValue method?
---
S.Y.M. Wong-A-Ton
> Good morning,
>
[quoted text clipped - 5 lines]
>
> Any suggestions would be greatly appreciated.