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] PDF Report - Image behind Backcolor in Header

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] PDF Report - Image behind Backcolor in Header
 Login/Join
 
Member
posted
I am trying to create my header for my PDF report. The header consists of a backcolor and 2 lines of text and then one image. The text shows up fine. My problem is my image is hidden behind my color. I cannot find any way to bring it to the front so it sits 'on top' of the color like the text does. Anyone have an ideas.

This message has been edited. Last edited by: Kerry,
 
Posts: 21 | Registered: April 20, 2004Report This Post
Expert
posted Hide Post
I've had this issue before and sort-of resolved it by creating an image (which includes the background colour) that is the width of the PDF page and I don't set a background colour in the WEBFOCUS style sheet.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
Hi isjhb,

Has this issue been resolved? Did Francis' suggestion help you? Many thanks to Francis. Music

I ran a quick search on Information Builders' online documents and came across the following topic which may be of interest:

How to insert an image into a header in PDF format

Hope this helps. Big Grin

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Master
posted Hide Post
Try this code for PDF,

TABLE FILE CAR
HEADING
"</2"
"TEST HEADING"
PRINT CAR MODEL
WHERE RECORDLIMIT EQ 10
ON TABLE SET PAGE-NUM OFF
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=REPORT,GRID=OFF,SIZE=10,$
TYPE=HEADING,IMAGE='IB_LOGO.GIF',$
TYPE=HEADING,LINE=2,SIZE=12,BACKCOLOR=SILVER,COLOR=BLUE,$
ENDSTYLE
END
-RUN
-EXIT

Hope this helps,


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
Member
posted Hide Post
I ended up created a .gif with the backcolor and logo as one.

Thanks.
 
Posts: 21 | Registered: April 20, 2004Report This Post
Expert
posted Hide Post
Hi all,

FYI, this is a previously reported issue. In order to have the image, please remove the backcolor for now until we get this fixed.

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Member
posted Hide Post
Has this issue been fixed ?

We are using WebFocus 716...


Saurabh Palkar
 
Posts: 18 | Registered: April 20, 2007Report This Post
Expert
posted Hide Post
I'm now on v7.6.5 and it looks like nothing's changed... It's only been three years...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Virtuoso
posted Hide Post
Instead of using type=heading, backcolor= try using a box object with a backcolor. Your image will appear in front of the box instead of behind it.

Something like

TYPE=REPORT,OBJECT=BOX,POSITION=(0.5 0.5),DIMENSION=(7.5 0.25),BACKCOLOR=BLUE,BORDER=0,$


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Expert
posted Hide Post
Or try positioning the image:

OBJECT=IMAGE, IMAGE=file, POSITION=(x y), DIMENSION=(xdim ydim), $


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 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     [CLOSED] PDF Report - Image behind Backcolor in Header

Copyright © 1996-2020 Information Builders