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     Adding image to footer

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Adding image to footer
 Login/Join
 
Member
posted
I'm having trouble positioning an image in a footer.

Because we use a common footer among our reports in include a separate fex:



.
ON ABC SUBFOOT
""Grand Total Distributions
-INCLUDE RptFooting
The RptFooting fex looks like this:


-* File RptFooting.FEX
FOOTING BOTTOM
"Report Date: "Time Printed: "Page: I want to add a right justified image to this footer. In the style section I've added this:


TYPE=FOOTING, IMAGE=Powered_trans.gif, JUSTIFY=RIGHT, SIZE=(1.337 .28), $[/code]but the image merely displays over the text. I've tried positioning, like so,


TYPE=FOOTING, IMAGE=Powered_trans.gif, POSITION=(8 8), SIZE=(1.337 .28), $
but the image just doesn't show up whenever any positioning code is introduced.

Any suggestions for alternate means of showing this image?

Thanks!

This message has been edited. Last edited by: <Mabel>,
 
Posts: 21 | Location: Springfield, MA | Registered: August 17, 2004Report This Post
Platinum Member
posted Hide Post
Make your report output PDF and your image should appear with your current code.
 
Posts: 189 | Location: pgh pa | Registered: October 06, 2004Report This Post
Member
posted Hide Post
Sorry. Reports were built in PDF format from the start.
 
Posts: 21 | Location: Springfield, MA | Registered: August 17, 2004Report This Post
Guru
posted Hide Post
Try adding some blank lines in the footing to allow space for the image.
 
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003Report This Post
Platinum Member
posted Hide Post
This code places an image to the right of the footer.
TABLE FILE CAR
SUM SALES
BY COUNTRY
BY CAR
BY MODEL
FOOTING BOTTOM
"Report Date: &DATEMDYY"
"Report Time: &TOD"
" "
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT PDF
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
LEFTMARGIN=0.500000,
RIGHTMARGIN=0.500000,
TOPMARGIN=0.500000,
BOTTOMMARGIN=0.500000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
RIGHTGAP=0.125000,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=FOOTING,
IMAGE=USFILTERSIEMENSLOGO.gif,
POSITION=(+2.500000 +0.000000),
SIZE=(2.500000 2.500000),
$
ENDSTYLE
END
 
Posts: 189 | Location: pgh pa | Registered: October 06, 2004Report 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     Adding image to footer

Copyright © 1996-2020 Information Builders