Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7042 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a script that runs a report with one record to a page. I would like to create a Table of Contents that includes the Title of each record and the page number of the report it is found on. Does anyone know the easiest way to do this?

thanks for any help.

Posted

You might try first looping through the records, setting a number field with the page number for that record (2,3,4,etc.) Then print a regular list view with the Description and Page Number (you could even sub-summarize by Chapter or something, if needed.) Then go to your existing report layout and print that.

Because of the page numbering, this would not be a robust solution in multi-user environments. In this case, you could either append the Description and Page Number in one big global field, or use a separate table for the User and Page# join, and then print these related records.

  • 6 months later...

This topic is 7042 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.