Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Independent PageNumber in Table of Contents

Status
Not open for further replies.

ejanakieff

Programmer
Sep 9, 2003
62
ES
I have a report that shows for every page the PageNumber.

I have made at the end of the report the Table of Contents, using shared arrays, one for the id's and oner other for the PageNumbers.

I want that the numeration of the Table of Contents begins again and it does not continue with the numeration of report.

Thanks,
Eva Janakieff
 
You can use a variable to manage the page number (using a formula in the Page Footer). Reset the variable to 1 in the Report footer (assuming it starts on a new page and you start the TOC there).

hth,
- Ido

CUT, Visual CUT, and DataLink Viewer:
view, e-mail, export, burst, distribute, and schedule Crystal Reports.
 
Eva,

Please at least post your software version.

Here's the KB article on creating a TOC:


Ido has, as usual, made a solid suggestion for controling the page numbering by using a variable instead of the pagenumber function. If this doesn't work, please post how you're currently handling page numbers.

-k
 
I have solved my problem of another form.
I will indicate the version of my product in future threads.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top