Copy link to clipboard
Copied
At present the InDesign (CS5) docs we work with here have a table that runs over several pages. The table footer contains our company name, and where a table continues on a subsequent page, the text 'continued on next page' is dropped on top of the footer (not inline) manually. On the last page, the footer is left alone with the company name as a sort of full stop. Is there a way of inserting the 'continued on next page' text in the footer itself, except on the last page?
Copy link to clipboard
Copied
agh, I didn't mean to put this in the scripting forum. how would I go about getting it moved to the general InDesign forum?
Copy link to clipboard
Copied
Hi,
You mean keeping company name in footer as well?
I suggest to include 'continued on next page' with a footer, format both texts, and place a white rectangle over part of footer on the last page.
This rectangle could be anchored right after a table (AnchorPosition.ANCHORED) with relation to baseline, so playing with these options and rectangle size could be a solution...
Jarek
Copy link to clipboard
Copied
Jump_Over,
Very good solution.
I use a variation: The anchored block has the same height that the "footer" line and I use a spacing 0 pt [the table has no space after and the paragraph below no space before].
Copy link to clipboard
Copied
Easiest solution: use "Skip Last Footer Row" in the table setup.
1. Copy your entire footer row(s) under the current one(s), so they appear twice.
2. The top set of these copies is going to be the actual end-of-table text. Adjust text if necessary.
3. The bottom set is going to be the bottom-of-page set. Adjust text if necessary.
4. Set only the bottom set to be "Footer Rows".
5. Enable "Skip Last Row" in the Headers and Footers dialog of Table Setup.
Watch out if your table bottom lines are different from regular rows; check if they still appear correctly at the end of a page and at the end of the table.
Copy link to clipboard
Copied
Hi Jongware,
Very Cool!
I had not seen this option in the settings table. Thanks.
Copy link to clipboard
Copied
Thanks for the responses chaps. Unfortunately for me these tables are being used by people who may have very little indesign experience, so I was hoping there might be a way to work it into the footer style itself. I think they would view all these options as more complex than just dragging and dropping the alt text on top where appropriate. it's not that important, it just feels incomplete without having absolutely everything work off a saved style out the box, so to speak.
Copy link to clipboard
Copied
Hi Jongware, Can this function execute by script?
Copy link to clipboard
Copied
daitranthanhoa wrote
Hi Jongware, Can this function execute by script?
Yes. See Jongware's DOM documentation here:
Adobe InDesign CS6 (8.0) Object Model JS: Table
Regards,
Uwe
Find more inspiration, events, and resources on the new Adobe Community
Explore Now