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     Page Breaks in subfoot

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Page Breaks in subfoot
 Login/Join
 
Member
posted
Hi, I'm attempting to generate a letter using webfocus in a PDF format. I'm putting the top of the letter in a SUBHEADER, with the print section displaying data in the middle and finally the subfooter contains a few paragraphs more of text and a close.

The problem since the middle of the letter varies I cannot predict how much room will be at the bottom of the page. If there is not enough room for the subfooter section to print as a whole, then there is an awkward gap at the end of the first page of the letter and the text starts on the second page.

Is there anyway that I can get the subfoot to print as much of itself as it can on the first page, then print the rest of the second page?

Thanks


7.6.10
Windows, All Outputs
 
Posts: 2 | Registered: January 25, 2012Report This Post
Virtuoso
posted Hide Post
Do you have NOSPLIT turned on? If so, try removing it.

BY sortfield NOSPLIT
ON sortfield SUBFOOT
"subfoot text"


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Virtuoso
posted Hide Post
Also make sure to:
SET PRINTPLUS=ON


to make sure your footings are margins work as expected.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Member
posted Hide Post
Thank you for your fast responses. I am using the PRINTPLUS feature, and I wasn't using the NOSPLIT Feature. Here is basicly what I've written does:

SQL SELECT data1, data2, data3, data4,
data5, data6, data7, data8, data9,
data10, data11, data12, data13, data14,
data15, data16, data17
FROM table1;

TABLE ON TABLE HOLD AS LETTER
END
-RUN

SET PRINTPLUS = ON

DEFINE FILE LETTER
frmt10/HMDDYY=LETTER.LETTER.data10;
frmt11/MDYY=LETTER.LETTER.data11;
ftmt12/A55V= IF LETTER.LETTER.data12 EQ '' THEN 'P.O. BOX' || (' ' || LETTER.LETTER.data13 ELSE LETTER.LETTER.data12;
END
TABLE FILE LETTER
PRINT
'LETTER.LETTER.data1' AS 'Label1'
'LETTER.LETTER.data2' AS 'Label2'
'LETTER.LETTER.data3' AS 'Label3'
'LETTER.LETTER.data4' AS 'Label4'
'LETTER.LETTER.data5' AS 'Label5'
'LETTER.LETTER.data6' AS 'Label6'
BY 'LETTER.LETTER.data7' AS 'Label7'
BY 'LETTER.LETTER.data8' AS 'Label8'
BY 'LETTER.LETTER.data9' AS 'Label9'
ON Table SUBHEAD
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
"< LETTER.LETTER.data10"
" "
"< LETTER.LETTER.data14"
"< LETTER.LETTER.data12"
"< LETTER.LETTER.data15"
" "
" "
" "
"text here < LETTER.LETTER.data16"
" "
"TEXT LINE"
"TEXT LINE"
"TEXT LINE"
"TEXT LINE"
" "
" MORE TEXT HERE"
" "
ON TABLE SUBFOOT
" "
"TEXT"
"TEXT"
"TEXT"
"TEXT"
" "
"TEXT"
"TEXT"
"TEXT"
" "
"TEXT"
" "
"TEXT"
" "
" < LETTER.LETTER.data17"
"TEXT"
" "
"TEXT"
"TEXT"
"TEXT"
ON TABLE SET PAGE-NUM OFF
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
LEFTMARGIN=0.500000,
RIGHTMARGIN=0.500000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.00000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
(formatting stuff here)
ENDSTYLE
END


7.6.10
Windows, All Outputs
 
Posts: 2 | Registered: January 25, 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     Page Breaks in subfoot

Copyright © 1996-2020 Information Builders