Hello,
I received, today, a request from a person who wanted to display HTML text stored in a database column in his Forms application.
I suggested to use the HTML pane Java Bean, but he claimed that his HTML text contains hyperlinks, so I thought about another bean - HTML Browser - able to follow hyperlinks, but , unfortunately, it was not designed to accept the HTML text as an
argument. So I updated it, then added a SETCONTENT method that you can use to pass, not a URL, but the HTML content itself to the bean. Try it !