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] Compound PDF puts last report on a seperate page.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Compound PDF puts last report on a seperate page.
 Login/Join
 
Master
posted
I have 4 reports that I've combined with the PDF layout painter into 2 pages. The second page has 3 reports of fixed size as shown in the code below.

When the report is run, it will occasionally throw the last report ("report4") on a third page, aligned vertically where it should be on the second page. The report shows a blank spot on the second page where "report4" should be.

SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.5^0.5^0.5^0.5', MERGE=ON,
ORIENTATION=PORTRAIT, PAGESIZE=Legal, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1,
BOTTOMMARGIN=0.5, TOPMARGIN=0.5, ORIENTATION=LANDSCAPE,
METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,ORIENTATION=LANDSCAPE,',
$
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.1 0.1),
DIMENSION=(* *), $
PAGELAYOUT=2, NAME='Page layout 2', text='Page layout 2',
TOC-LEVEL=10, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, ORIENTATION=LANDSCAPE,
METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,ORIENTATION=LANDSCAPE,',
$
COMPONENT='report2', TEXT='report2', TOC-LEVEL=3, POSITION=(0.1 0.1),
DIMENSION=(13.0 3.5), $
COMPONENT='report3', TEXT='report3', TOC-LEVEL=4, POSITION=(0.1 2.8),
DIMENSION=(13.0 3.5), $
COMPONENT='report4', TEXT='report4', TOC-LEVEL=11, POSITION=(0.1 4.75),
DIMENSION=(13.0 3.5), $
END
SET COMPONENT='report1'
-INCLUDE app/non_op_a
COMPOUND
END
SET COMPONENT='report2'
-INCLUDE app/non_op_b
COMPOUND
END
SET COMPONENT='report3'
-INCLUDE app/non_op_c
COMPOUND
END
SET COMPONENT='report4'
-INCLUDE app/non_op_d
COMPOUND
END

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


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report This Post
Silver Member
posted Hide Post
Hi Jason,
Experienced a similar problem. Suggest to check and reduce the Footgap of the 3rd report.


Webfocus 8002M, 8009
OS: Windows7
 
Posts: 33 | Registered: July 31, 2008Report This Post
Expert
posted Hide Post
Jason,

Check out the syntax for OVERFLOW-POSITION and OVERFLOW-DIMENSION to achieve what you need.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Master
posted Hide Post
Thanks guys...it just started working the way it should after I played with the frame sizes a little.

Didn't know about the overflow stuff, tony. Thanks.


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
 
Posts: 611 | Registered: January 04, 2007Report 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] Compound PDF puts last report on a seperate page.

Copyright © 1996-2020 Information Builders