By Rik van der Schalie - Wednesday, December 6, 2006
|
I would like to change the use of i.Name.full to i.name.display is the Narrative on the individual page. I found out how to achieve this in the index, title and the name itself. I also would like to do this in the narrative itself.
It would appear to have something to do with the "ToHtmlHyperlink" method of an object (which is used in "ToHtmlHyperlinkNN amongst others). Alas this method is probably part of the report generator code, which cannot be modified by us humble : : users.
|
By Rik van der Schalie - Monday, December 11, 2006
|
a kicker after editing my post.
|
By Howard53 - Monday, December 11, 2006
|
Can you explain why you need to do this? As far as I know the text in the 'Full Name' field is only used in the report, and you can edit this, for each individual, to exactly the format you want it to be, even if it is not one of the options available in the drop-down list. If you need to do it for all individuals you will have to use one of the drop-down options, but then these are the same as those available in the 'Display Name' anyway. You could then achieve what you are requesting without changing the report code.
|
|