printHTML()
Translates and executes HTML in a Alpha Anywhere report. Similar to flagging a "memo" field as HTML format in a Grid.
Example
If your report text is: "<strong>Steve Wood</strong>"
without printHTML() this will appear exactly as above in the report including the CSS tags.
But using a calculated field name = printHTML(name field) then calculated->name will print as
Steve Wood