
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 ...