Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     pdf painter table of contents

Read-Only Read-Only Topic
Go
Search
Notify
Tools
pdf painter table of contents
 Login/Join
 
Platinum Member
posted
What I have here is a direct conflict between what the LOB is willing to accept, and what can be delivered in pdf. The Table of Contents is the major bone of contention. The pdf Painter is able to create a perfectly accurate TOC. Unfortunately, to use the Line of Business (LOB) term, it is "ugly". I can create a TOC that looks just like they want it to look, with a nice logo and other embedded graphics. Unfortunately, the page numbers are way off, and the delta is not consistent, nor can I see a mathematical pattern that I could use to correct them.

The "book" of reports that I am trying to build may have up to 30 reports in one big pdf compound report. The TOC is menat to identify where each new report starts.

I am currently trying to use the FOCNEXTPAGE system variable to try to capture page numbers:

-SET &TOC_PAGE.&TOC = &FOCNEXTPAGE;

but the pdf painter construct is throwing &FOCNEXTPAGE way off since the component layout may break a "normal" page into multiple pages in the painter. I tried counting the lines, but that did not work either, again, because the pdf painter does not seem consider the underlying information when it lays out the pages.

What I would like to do is to capture the information that the painter is putting on my master layout, specifically the in the text string as shown below. However, I have not been able to figure out how to do that.

PAGELAYOUT=ALL, NAME='Page Master', $
OBJECT=IMAGE, NAME='image1', IMAGE=usbank_logo.gif, POSITION=(9.250 0.250), DIMENSION=(1.458 0.510), $
OBJECT=BOX, NAME='line1', POSITION=(0.250 7.900), DIMENSION=(10.500 0.019), BACKCOLOR=BLACK, BORDER-COLOR=BLACK, $
OBJECT=STRING, NAME='text1', TEXT='US Bank Corporate Trust', POSITION=(0.625 8.000), MARKUP=ON, WRAP=ON, DIMENSION=(2.063 0.188), font='ARIAL', color=RGB(0 0 0), style=bold, size=8, $
OBJECT=STRING, NAME='text2', TEXT='Report Generated On: &DATEtrMDYY', POSITION=(4.625 8.000), MARKUP=ON, WRAP=ON, DIMENSION=(2.063 0.188), font='ARIAL', color=RGB(0 0 0), style=bold, size=8, $
OBJECT=STRING, NAME='text3', TEXT='Page of ', POSITION=(8.500 8.000), MARKUP=ON, WRAP=ON, DIMENSION=(1.872 0.167), font='ARIAL', color=RGB(0 0 0), style=bold, size=8, $
COMPONENT='DfltCmpt1', POSITION=(0 0), DIMENSION=(0 0), $

I searched the IBI knowledge base for and got exactly one hit over in the forums, and that was not helpful at all as it did not address this issue. Does anyone have a clue on this one?

The Client I am at is using version 7.6.1 on Windows OS.


Robert F. Bowley Jr.
Owner
TaRa Solutions, LLC

In WebFOCUS since 2001
 
Posts: 132 | Location: Gadsden, Al | Registered: July 22, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     pdf painter table of contents

Copyright © 1996-2020 Information Builders