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.
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.
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, 2003