Hyperlink Fields
Hello,
Since upgrading to RB12 and running previous reports we have noticed report
fields being displayed as blue hyperlinks. Apparently the data in certain
fields is triggering this behavior. This is not desired. Is there a way
either by a setting, or a suggested approach to prevent this from happening.
Thank you,
Mike Malinowski
Since upgrading to RB12 and running previous reports we have noticed report
fields being displayed as blue hyperlinks. Apparently the data in certain
fields is triggering this behavior. This is not desired. Is there a way
either by a setting, or a suggested approach to prevent this from happening.
Thank you,
Mike Malinowski
This discussion has been closed.
Comments
Setting the HyperLinkEnabled property to false on the text components of
your report will disable all hyperlink functionality. An easy way to do
this with an existing report is with a report object loop.
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Layouts/Report_Object_Loop
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you. That's what I thought might be the solution.
Mike