Page 3 of 5

Re: How to set continuous page number in TOC?

Posted: Tue May 26, 2015 6:13 am
by Anuranjani
Hello

I have tired for two levels,and its working fine.Now trying for two or more levels of hierarchy and to set hyperlink for the page numbers.Provide sample template for two or more levels with hyperlink.

Thank You.

Re: How to set continuous page number in TOC?

Posted: Wed May 27, 2015 12:50 pm
by Andrew
Hello,

You just need to slightly modify the report template that we gave you recently. Could you do this? If not, please let us know what difficulties you did met?

Waiting for your reply.
Thank you.

Re: How to set continuous page number in TOC?

Posted: Tue Jul 21, 2015 9:55 am
by Anuranjani
Hi,

You have already given the sample report for continuous pages for TOC.Its might helped but we need continuous page number for the last value.Herewith I have attached the screen shot.kindly help us to improve.

Thanks
Darsana.R

Re: How to set continuous page number in TOC?

Posted: Wed Jul 22, 2015 10:23 am
by HighAley
Hello.

You could use there NumberOfPages system variable in the last section.
Let us know if you need any additional help.

Thank you.

Re: How to set continuous page number in TOC?

Posted: Thu Jul 23, 2015 3:57 am
by Anuranjani
Hi,

Thank you.I got solution.

Thanks
Darsana.R

Re: How to set continuous page number in TOC?

Posted: Thu Jul 23, 2015 5:35 am
by Andrew
Dear Darsana,

Great! Thank you for the reply.

Re: How to set continuous page number in TOC?

Posted: Tue Oct 20, 2015 11:34 am
by Anuranjani
Hi Aleksey,

We are having some issues in TOC and included as you suggest before.We are facing incorrect pages number and not getting "TO" page number for last family.Herewith I have attached the DB Values and template for your reference.Kindly help us to Improve.

Thank You,
Darsana.R

Re: How to set continuous page number in TOC?

Posted: Tue Oct 20, 2015 1:45 pm
by HighAley
Hello.

Please, look at the attached report template.
As we wrote before you should add one code line to the report to get necessary result.
We have added a Report Summary where we use After Print event to set the last page number with next code:

Code: Select all

CatPages[Categories.CategoryID] += "-" + PageNumber;
Thank you.

Re: How to set continuous page number in TOC?

Posted: Wed Oct 21, 2015 8:59 am
by Anuranjani
Hi,

Thats Great,I have included the code in the template.But didn't get the solution.We are using this type(attached) of template for our production.Kindly help us with the attached template.

Thank You,
Darsana.R

Re: How to set continuous page number in TOC?

Posted: Wed Oct 21, 2015 10:44 am
by HighAley
Hello.

You did not set the New Page Before property of the Group Header to True. Then you will get right page numbers.

In your data you have different Family codes for one Family name. So you don't get the expected result in the last group. Try to use Family ID.

Thank you.