Unfortenately it did not have any effect on the Caption. On my keyboard the alfa is reached by AltGr + 2. Nothing happens in the Caption with or without HyperlinkEnabled checked.
By default, when an email address or hyperlink is recognized as the caption of a label, it is automatically converted to a clickable item when the report is previewed. You can enable or disable this feature using the HyperLinkEnabled property.
When inserting a caption for a label, ReportBuilder uses Delphi controls. If you need to add a '@' symbol, it would be the same way you would do so in Delphi.
Thank you, Nico. I have never tried this before in Delphi's label component, but it has the same issue. Standing in Object Inspector using Caption property - nothing happens when I key in the buttons + <2>. So I have to ask in the Delphi forums.
Comments
Forgot to mention that I use Unicode UTF8.
Kai Inge
Set the HyperlinkEnabled property to False.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hello Nico.
Unfortenately it did not have any effect on the Caption.
On my keyboard the alfa is reached by AltGr + 2.
Nothing happens in the Caption with or without HyperlinkEnabled checked.
Kai Inge
Perhaps I'm misunderstanding the issue.
By default, when an email address or hyperlink is recognized as the
caption of a label, it is automatically converted to a clickable item
when the report is previewed. You can enable or disable this feature
using the HyperLinkEnabled property.
When inserting a caption for a label, ReportBuilder uses Delphi
controls. If you need to add a '@' symbol, it would be the same way you
would do so in Delphi.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you, Nico.
I have never tried this before in Delphi's label component, but it has
the same issue. Standing in Object Inspector using Caption property -
nothing happens when I key in the buttons + <2>.
So I have to ask in the Delphi forums.
Kai Inge