I am almost there …
I have the table of content now in my report.
I used the default template for this.
The title is represented as system variable ReportSection.Description
The output says always “Table of contents”.
I would like to change this at runtime. I seem to do something wrong.
::TocDescription := "Jaarrekening 2013 " AllTrim(oKlant:Naam)
I tried:
LlSetOptionString(::hJob,LL_OPTIONSTR_TOC_PRJDESCR,::TocDescription)
before/ after LLPrint(::hJob), and just before LLPrintEnd(::hJob)
The TOC title remains unchanged, but should be “Jaarrekening 2013 J.D. Software”
What is my mistake?
Regards,
Jack Duijf