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
Image Border
 Login/Join
 
Member
posted
Hi
I am drilling down a fex file by using a Image. The problem is I am getting a border to that Image, is there is any way to avoid border to the image. Any help is appreciated.

Thanks
 
Posts: 3 | Registered: October 12, 2006Report This Post
Expert
posted Hide Post
<A> href="javascript:OnExecute(null, 'image1')">
<IMG id=image1 style="Z-INDEX: 15; LEFT: 690px; POSITION: absolute; TOP: 30px" tabIndex=16 alt="Apply Filter" src="app/appreset.bmp" border=0 name=image1 originalWidth="20" originalHeight="24" autoExecute="True" requests_list="1"></A>


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Member
posted Hide Post
I am writing focus code not the HTML

TYPE=TABHEADING,
IMAGE='/wfrimg/PDF JPG-48x48.jpg',
FOCEXEC=TOP_50_STORES_COMP_PDF,
POSITION=(+5.5 +0.0),
SIZE=(0.21 0.21),
TARGET='_blank',
COLOR = 'WHITE',
BORDER-COLOR = 'BLUE',
BORDER=OFF,
$
 
Posts: 3 | Registered: October 12, 2006Report This Post
Virtuoso
posted Hide Post
The BORDER command in WF controls the drawing of borders around areas of the report. The border you are seeing is a result of the HTML hyperlink tag <A> around the <IMG> tag and there is no WF command to control that.

What you can do is wrap your report results with an HTML page that contains a <STYLE> section that controls the <IMG> border.

TABLE FILE CAR
HEADING
"</2"
PRINT COUNTRY
ON TABLE HOLD FORMAT HTMTABLE AS IMGHOLD
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=TABHEADING, IMAGE='/wfrimg/PDF JPG-48x48.jpg', FOCEXEC=TOP_50_STORES_COMP_PDF,$
ENDSTYLE
END
-RUN
-HTMLFORM BEGIN
<HTML>
<STYLE>
IMG {border:0}
</STYLE>

<BODY>
!IBI.FIL.IMGHOLD;
</BODY>
</HTML>
-HTMLFORM END


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Member
posted Hide Post
Prefect, It worked.
Thanks a lot Mickey,
 
Posts: 3 | Registered: October 12, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders