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     [SOLVED] Page Breaks on Subhead - PDF Format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Page Breaks on Subhead - PDF Format
 Login/Join
 
Member
posted
We have a report that is in a PDF format uses the ON SUBHEAD. It has a few lines in subheading for each subheading then has report data in each sub-section. What I would like to do, is if the report data under a subhead instance doesn’t fit on the page, I would like the whole subhead section to start on the next page rather than being broken up between two pages. I can get the PAGE-BREAK to break on each subhead, but that puts each instance on a new page. I would like to have multiple occurrences on one page as well.

Thanks in Advance!



TABLE FILE CA_DATA1
SUM
AGVGLST_AMT/P13.2CM AS ''
GFTDATE AS ''
ADBDESG_NAME AS ''
ATVGIFT_DESC AS ''
BY SPRIDEN_LAST_NAME NOPRINT
BY AGVGLST_PIDM NOPRINT
BY ADBDESG_NAME NOPRINT

ON AGVGLST_PIDM SUBHEAD
"==============================================================================================="
" "
" "
"AppID: " Corp Contacts/Personal Salutations: " "
HEADING
"Gifts of $1,000 or more: &LASTFRIDAY - &YESTERDAY "

WHERE SPRIDEN_CHANGE_IND EQ MISSING;


ON TABLE SET PAGE-NUM OFF
ON TABLE SET BYDISPLAY ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON

ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
LEFTMARGIN=0.791667,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=DATA,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=TITLE,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=HEADING,
LINE=8,
JUSTIFY=CENTER,
$
TYPE=HEADING,
LINE=8,
OBJECT=TEXT,
ITEM=1,
SIZE=13,
STYLE=BOLD,
$
TYPE=HEADING,
LINE=9,
JUSTIFY=CENTER,
$
TYPE=HEADING,
LINE=9,
OBJECT=TEXT,
ITEM=1,
SIZE=13,
STYLE=BOLD,
$
TYPE=HEADING,
LINE=10,
JUSTIFY=CENTER,
$
TYPE=HEADING,
LINE=10,
OBJECT=TEXT,
ITEM=1,
SIZE=13,
STYLE=BOLD,
$
TYPE=FOOTING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
SIZE=8,
STYLE=ITALIC,
$
TYPE=FOOTING,
LINE=2,
OBJECT=TEXT,
ITEM=1,
SIZE=8,
STYLE=ITALIC,
$
TYPE=FOOTING,
LINE=3,
OBJECT=TEXT,
ITEM=1,
SIZE=8,
STYLE=ITALIC,
$
TYPE=SUBTOTAL,
BY=2,
STYLE=BOLD,
$
ENDSTYLE
END

This message has been edited. Last edited by: cdeal,


WebFocus 7703
 
Posts: 27 | Registered: April 04, 2012Report This Post
Virtuoso
posted Hide Post
Add
 ON AGVGLST_PIDM NOSPLIT
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Member
posted Hide Post
Thank you so much! That fixed the problem with the report data in a subhead section being split on pages.

Now I am just running into the whole subhead section staying together. The subhead heading lines are on one page but then the report data for the subhead section are on the next. I tried using the NOSPLIT with the SUBHEAD but it put all the report data for each subhead together in one table.

Thanks!


WebFocus 7703
 
Posts: 27 | Registered: April 04, 2012Report This Post
Virtuoso
posted Hide Post
Do you have
SET PRINTPLUS = ON
?


- Jack Gross
WF through 8.1.05
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Member
posted Hide Post
That worked - thank you so much!


WebFocus 7703
 
Posts: 27 | Registered: April 04, 2012Report 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     [SOLVED] Page Breaks on Subhead - PDF Format

Copyright © 1996-2020 Information Builders