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]IMAGE in Header in same position for PDF/EXL2K/EXL07

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]IMAGE in Header in same position for PDF/EXL2K/EXL07
 Login/Join
 
Guru
posted
I have a company logo image that I use for reports that are output in either PDF, EXL2K or EXL07. I need the position of the image to be in the same spot in all three formats (top left of heading). Is there a way to do this or to get the position of the image to be as consistently close as possible? Thanks.

Windows XP and Windows 7
WF 8007

This message has been edited. Last edited by: Michele Brooks,


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Guru
posted Hide Post
The problem I was having was that the logo image appeared too far up from the top left corner of the page of the report. The problem was solved by editing the logo image in Paint and moving it down which created blank space before the logo image. This edited version of the logo image was used for the EXL07 and EXL2K report formats. I could not use the edited version of the logo image for the PDF report. The original version was used. The position of the logo image was adjusted by changing the top margin and using the POSITION statement in the stylesheet to get the position of the logo image on the PDF report to closely resemble the position of logo image in the Excel reports.


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 2012Report This Post
Master
posted Hide Post
You also could have left the image intact and apply a different stylesheet for each output format...

pseudocode
  
-IF &FORMAT EQ 'PDF' THEN CONTINUE ELSE END_PDF
position = x,y
size = x,y
-END_PDF

-IF &FORMAT EQ 'EXL' THEN CONTINUE ELSE END_EXL
position = x,y
size = x,y
-END_EXL



_____________________
WF: 8.0.0.9 > going 8.2.0.5
 
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010Report This Post
Guru
posted Hide Post
I am already doing that. Still, the actual logo image had to be modified for EXL07 format because the margin settings in WF were overwritten by the default Excel margins after the report opened up in Excel. Thanks for your input.


WF 8205, Windows 10
Oracle DBMS
EXL07/PDF Output
 
Posts: 244 | Registered: August 27, 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     [SOLVED]IMAGE in Header in same position for PDF/EXL2K/EXL07

Copyright © 1996-2020 Information Builders