Link command. Inserting a hyperlink.
The link command is very useful to add
new functionality to your reports. Using this command is possible to run a
program, to open a file (if it is associated properly to an application), to go to
a website, etc.
Syntax:
link=what_to_execute
Example:
{$a;link=calc.exe} Click here to open the calculator
{$b} this is not a link {\n}
All that you write after a link command will be
associated with that link and will be executed if the user clicks on the label.
The link ends when another command is started (when "{" is detected)
More examples:
{$a;link=mailto:abc@mailserver.com} abc@mailserver.com {$b}.... etc... {\n}
{$a;link=c:\rpv.bmp} Click here to edit the bitmap
{$a;link=http://www.rpvreport.com} Go to rpvreport.com {\n}
See also:
LinkTips parameter
|