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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
GIF Files
 Login/Join
 
<Roshni>
posted
I would like to add a logo to my report.This is possible, when I set output format to PDF. But it doesn't work when output is set to HTML.
Any ideas?
 
Report This Post
<Vipul>
posted
Roshni,

Try this in your stylesheet

TYPE=REPORT,
IMAGE=logo.gif,
POSITION=(+0.000000 +0.000000),
ALT='xyzcorp',
$
Vipul

This message has been edited. Last edited by: <Mabel>,
 
Report This Post
Guru
posted Hide Post
If you want your gif to show in EXL2K I found the following example will work (it also works in HTML):

DEFINE FILE CAR
LINK/A27 WITH CAR = '<a href=http://www.ibi.com>';
IMG/A60 = '<img src=http://localhost/logo.gif>';
ENDIMG/A6 = '</img>';
ENDLINK/A4 = '</a>';
END
TABLE FILE CAR
HEADING CENTER
"<LINK <IMG <ENDIMG <ENDLINK "
" "
" "
" "
" "
" "
" "
" "
" "
PRINT CAR BY COUNTRY
ON TABLE PCHOLD FORMAT EXL2K
END
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders