TOC with Hyperlinks
Posted: Wed Nov 10, 2010 7:51 am
Hi i have made a TOC for a Report. Anchors and Bookmarks on every Title-Textfield. At the first Pages now the TOC occurs and shows me every Headline in my Report. So far so good 
now i wish to add hyperlinks to the TOC so every click sends me to the right part of the report.
the textfields on the TOC-Page is "ProceedAtEnd = true" and all bookmarks are first collected from the report before printing.
my problem now is: i use the same bookmark-variable for the hyperlink as in the Textbox ... but the variable in the hyperlink is empty because this field is not proceeded at end ... the hyperlink is defined in the same textfield so i have no idea why the textfield is proceeded at end but the hyperlink in the same textfield is not proceeded at end
i have tried to set the TOC at the end of the report and all hyperlinks working fine ...

now i wish to add hyperlinks to the TOC so every click sends me to the right part of the report.
the textfields on the TOC-Page is "ProceedAtEnd = true" and all bookmarks are first collected from the report before printing.
my problem now is: i use the same bookmark-variable for the hyperlink as in the Textbox ... but the variable in the hyperlink is empty because this field is not proceeded at end ... the hyperlink is defined in the same textfield so i have no idea why the textfield is proceeded at end but the hyperlink in the same textfield is not proceeded at end
i have tried to set the TOC at the end of the report and all hyperlinks working fine ...