Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Disabling web-link formatting in reports

edited May 2012 in General
RB 14.05, DXE2

How can I disable RB's formatting of text and memo fields that contain @
signs, so that 1) they won't be underlined and appear as a sendto link,
and 2) a user can't click on them to generate emails?

Thanks very much,

Howard

Comments

  • edited May 2012
    Used TppDBText (TppLabel) HyperlinkEnabled property for this.

  • edited May 2012
    Hi Howard,

    As Dima mentioned, you can use the HyperLinkEnabled property of the text
    object to disable hyper link support. If you would like to do this on a
    report level, you will need to create a report object loop and set this
    property. See the following article on how this should be done.

    http://www.digital-metaphors.com/rbWiki/Delphi_Code/Layouts/Report_Object_Loop

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited May 2012
    Thanks very much Nico and Dima,

    Sorry about that. I don't know how I missed that property. I thought I
    had looked through them all because I assumed that's where the problem
    would be. Evidently not. :-\

    I'll try to be more careful in the future.

    Howard

This discussion has been closed.