Hi
I have plain text from a database field that I wish to insert HTML within the text for display purposes. Before I do that, I will need to translate the plain text to convert any accidental HTML ( e.g. '< ', accented characters, etc) in the text to show as the intended on the web page. Is there a web handler method (p_web) that will return a converted string to view as is on a web page? then I will add my HTML to be displayed on a Display field that allows HTML.
Thanks Rob