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     [CLOSED] Compound layout PDF creation error

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Compound layout PDF creation error
 Login/Join
 
Member
posted
Hi,
We are using the following code to create a PDF.

-------------------------------------------------------------------
SET HTMLARCHIVE=ON
COMPOUND LAYOUT &R280HOLD FORMAT PDF
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='0.25^0.25^0.25^0.5', MERGE=OFF, ORIENTATION=LANDSCAPE, PAGESIZE=Letter, $
PAGELAYOUT=ALL, NAME='Page Master', $
OBJECT=STRING, NAME='text1', TEXT='Page of ', POSITION=(8.958 8.125), MARKUP=ON, WRAP=ON, DIMENSION=(1.667 0.208), font='ARIAL', color=RGB(0 0 0), size=8, METADATA='FONT-SIZE: 8pt; Z-INDEX: 100; LEFT: 8.958in; WIDTH: 1.667in; FONT-FAMILY: Arial; POSITION: absolute; TOP: 8.125in; HEIGHT: 0.208in', $
COMPONENT='DfltCmpt1', POSITION=(0 0), DIMENSION=(0 0), $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.25, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.25,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.249 0.250), DIMENSION=(* *), METADATA='Z-INDEX: 100; LEFT: 0.249in; OVERFLOW: auto; WIDTH: 10.475in; POSITION: absolute; TOP: 0.25in; HEIGHT: 7.495in', $
PAGELAYOUT=2, NAME='Page layout 3', text='Page layout 3', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.25, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.25,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report2', TEXT='report2', TOC-LEVEL=2, POSITION=(0.249 0.250), DIMENSION=(* *), METADATA='Z-INDEX: 101; LEFT: 0.249in; OVERFLOW: auto; WIDTH: 10.475in; POSITION: absolute; TOP: 0.25in; HEIGHT: 7.495in', $
PAGELAYOUT=3, NAME='Page layout 4', text='Page layout 4', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.25, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.25,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report3', TEXT='report2', TOC-LEVEL=2, POSITION=(0.249 0.250), DIMENSION=(* *), METADATA='Z-INDEX: 102; LEFT: 0.249in; OVERFLOW: auto; WIDTH: 10.475in; POSITION: absolute; TOP: 0.25in; HEIGHT: 7.495in', $
PAGELAYOUT=4, NAME='Page layout 5', text='Page layout 5', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.25, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.25,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report4', TEXT='report2', TOC-LEVEL=2, POSITION=(0.249 0.250), DIMENSION=(* *), METADATA='Z-INDEX: 103; LEFT: 0.249in; OVERFLOW: auto; WIDTH: 10.475in; POSITION: absolute; TOP: 0.25in; HEIGHT: 7.495in', $
PAGELAYOUT=5, NAME='Page layout 6', text='Page layout 6', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.25, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.25,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report5', TEXT='report2', TOC-LEVEL=2, POSITION=(0.249 0.250), DIMENSION=(* *), METADATA='Z-INDEX: 104; LEFT: 0.249in; OVERFLOW: auto; WIDTH: 10.475in; POSITION: absolute; TOP: 0.25in; HEIGHT: 7.495in', $
PAGELAYOUT=6, NAME='Page layout 7', text='Page layout 7', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.25, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.25,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report6', TEXT='report2', TOC-LEVEL=2, POSITION=(0.249 0.250), DIMENSION=(* *), METADATA='Z-INDEX: 105; LEFT: 0.249in; OVERFLOW: auto; WIDTH: 10.475in; POSITION: absolute; TOP: 0.25in; HEIGHT: 7.495in', $
PAGELAYOUT=7, NAME='Page layout 8', text='Page layout 8', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.25, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.25,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report7', TEXT='report2', TOC-LEVEL=2, POSITION=(0.249 0.250), DIMENSION=(* *), METADATA='Z-INDEX: 106; LEFT: 0.249in; OVERFLOW: auto; WIDTH: 10.475in; POSITION: absolute; TOP: 0.25in; HEIGHT: 7.495in', $
END
SET COMPONENT='DfltCmpt1'
TABLE FILE SYSCOLUM
" "
SUM TBNAME NOPRINT
IF READLIMIT EQ 1
ON TABLE SET PREVIEW ON
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
END
SET COMPONENT='report1'
-*component_type report
-INCLUDE ARPR281
SET COMPONENT='report2'
-*component_type report
-INCLUDE ARPR282
SET COMPONENT='report3'
-*component_type report
-INCLUDE ARPR283
SET COMPONENT='report4'
-*component_type report
-INCLUDE ARPR284
SET COMPONENT='report5'
-*component_type report
-INCLUDE ARPR285
SET COMPONENT='report6'
-*component_type report
-INCLUDE ARPR286
SET COMPONENT='report7'
-*component_type report
-INCLUDE ARPR287
COMPOUND END
-------------------------------------------------------------------


We are navigating to a different report after creating the PDF on a drive, But I am getting this text in the next screen

-------------------------------------------------------------------------

MIME-Version: 1.0 Content-Type: multipart/related; boundary="====Boundary====" --====Boundary==== Content-Location: file:///C:/MAINR210.HTM Content-Transfer-Encoding: 8bit Content-Type: text/html; charset="windows-1252"

-------------------------------------------------------------------------

this text just appears on the report, very annoying. Any idea what we are doing wrong?

regards,
gajee

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


webfocus 7.6.4
Windows, HTML, PDF
 
Posts: 6 | Registered: September 02, 2010Report This Post
Virtuoso
posted Hide Post
quote:
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
END

Shouldn't this be:
ON TABLE &R280HOLD FORMAT PDF
ON TABLE SET STYLE *
ENDSTYLE
END


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Member
posted Hide Post
Tried it, but doesnt make a difference at all Frowner


webfocus 7.6.4
Windows, HTML, PDF
 
Posts: 6 | Registered: September 02, 2010Report This Post
Virtuoso
posted Hide Post
You must be working on the same project as Siddu Managuli - I'd appreciate it if you would join efforts and not post exactly the same problem twice.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 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     [CLOSED] Compound layout PDF creation error

Copyright © 1996-2020 Information Builders