InsertHyperlink – XpressDox

XpressDox will insert a Word hyperlink into the assembled document.

«InsertHyperlink('Our Company Web Site','www.abccompany.com')»

will put the text ‘Our Company Web Site’ into the document, underlined and coloured to look similar to a hyperlink inserted manually, and, when the user selects to open the link, will open the web page www.abccompany.com in the default web browse.

Suppose the user has chosen a record from a database which contains information for a director, then the following function would insert a hyperlink linking to the director’s profile on the company’s web site:

«InsertHyperlink(concat(DirectorName, ' profile'),concat('www.abccompany.com/directors/',DirectorName))»