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, an RpvCmd command, 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:\music\song.mp3} Click here to listen Song.mp3
{$a;link=http://www.rpvsoftware.com} Go to rpvsoftware.com {\n}
See also:
LinkTips parameter
RpvCmd commands. What are they?
|