Hi,
I need to the create the TOC as per the below mentioned sample.
1. C_Name1.........1
2. C_Name2.........2-3
3. C_Name3.........4
4. C_Name4.........5-6
But now i can generate like below design.
1. C_Name1.........1
2. C_Name2.........2
3. C_Name2.........3
4. C_Name3.........4
5. C_Name4.........5
6. C_Name4.........6
Kindly look into the above mentioned details and then suggest us to proceed further.
Thanks & Regards,
Shan
TOC Creation - Reg.
Re: TOC Creation - Reg.
Hello,
Can you please send us a sample report template with data, which reproduce the issue?
Thank you.
Can you please send us a sample report template with data, which reproduce the issue?
Thank you.
Re: TOC Creation - Reg.
Ivan wrote:Hello,
Can you please send us a sample report template with data, which reproduce the issue?
Thank you.
Hi,
Kindly find the attached sample report with database for your reference.
I need the TOC page Light1 (C_Name) to show 1-2, but in the above template it shows 1.
If any doubt let me know.
Regards,
Shan
- Attachments
-
- SampleDB.rar
- Sample DB
- (81.05 KiB) Downloaded 228 times
-
- SampleReportForTOC.mrt
- Sample Report
- (36.46 KiB) Downloaded 379 times
Re: TOC Creation - Reg.
Hello,
You can try to use the additional code and object for saving the first and last page for each group In the First pass. And in second pass show these values.
Thank you.
You can try to use the additional code and object for saving the first and last page for each group In the First pass. And in second pass show these values.
Thank you.
Re: TOC Creation - Reg.
Hi,Aleksey wrote:Hello,
You can try to use the additional code and object for saving the first and last page for each group In the First pass. And in second pass show these values.
Thank you.
Thanks for your response. Can u edit the template and show me the solution. Because i cant get you? and also i am in urge.
Thanks & Regards,
Shan
Re: TOC Creation - Reg.
Hello,
Please check the sample report in the attachment.
There is two HashTable for start page and for end page which calculate in AfterPrint event of databand. Also the NumberOfPass is set to "DoublePass" value.
You can make the similar solution in yours report.
Thank you.
Please check the sample report in the attachment.
There is two HashTable for start page and for end page which calculate in AfterPrint event of databand. Also the NumberOfPass is set to "DoublePass" value.
You can make the similar solution in yours report.
Thank you.