If you create a helptext and use a hyperlink then the popup will generate a parse STRING error. It doesn’t matter if you use single or double quotes. When you don’t use popup help (hint or text) things do work well. I think it should be possible to add hyperlinks in helptext.
Hello,
There are two alternatives. You can pass a html reference on the text, for instance: <a href = ‘…/app/app.php’, target=’_self’>
Or you can create a global variable and then call the variable on the help.
[myText] = “<a href = ‘…/app/app.php’, target=’_self’>”;
regards,
Bernhard Bernsmann