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]Underlines to Links in Active HTML reports

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]Underlines to Links in Active HTML reports
 Login/Join
 
Member
posted
Hi,
I am having a Active Html report with MultiDrill functionality. As a default there are underlines to the hyperlinks. how can I remove them?

I tried STYLE=-UNDERLINE in Style Sheet and text-decoration: none; in the HTMLFORM.

Can some one suggest?
thanks in advance,
Kishore Adhikari
WF 8.1.05.

This message has been edited. Last edited by: Tamra,


WebFOCUS 7.6, 7.7, 8.1.05
Windows, All Outputs
 
Posts: 25 | Registered: April 11, 2013Report This Post
Member
posted Hide Post
Hi Kishore,
I have multiple times removed 'underlines' from drill down by your method under WF 8.105. Are you sure that you are properly applying that style? Maybe by mistake you are using style on title of the column? The code should look like something below:

TYPE=DATA,
COLUMN=N3,
COLOR='BLACK',
STYLE=-UNDERLINE,
FOCEXEC=IBFS:/WFC/Repository/Table_Acess.fex( \
CLASS_NAME=ACCESS_NAME \
),
TARGET='_self',
$


WebFOCUS 8.201
 
Posts: 23 | Location: MI | Registered: October 06, 2016Report This Post
Member
posted Hide Post
Thanks for your response Thomas.
I Used the below code, still it is showing with the underlines.

TABLE FILE CAR
BY CAR BY COUNTRY
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=N1, COLOR='BLUE',STYLE=-UNDERLINE,FOCEXEC=IBFS:/WFC/Repository/Table_Acess.fex( \ CLASS_NAME=ACCESS_NAME \ ), TARGET='_self',$
ENDSTYLE
END

Thanks
Kishore.


WebFOCUS 7.6, 7.7, 8.1.05
Windows, All Outputs
 
Posts: 25 | Registered: April 11, 2013Report This Post
Virtuoso
posted Hide Post
With AHTML the underline stays there but with HTML it's possible to remove it.

AHTML have its own functionality and styling that cannot be changes be the "normal" features.
It calls an IBI "sub-program" to make the Active features available and some of these Active features overwrite those that we can put since they are applied after ours and this one seems to be one of them.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Expert
posted Hide Post
A quick way to remove underlines:

-DEFAULT &PCOUNTRY = 'FOC_NONE';

TABLE FILE CAR
PRINT *
WHERE COUNTRY EQ '&PCOUNTRY'

ON TABLE PCHOLD FORMAT AHTML

ON TABLE SET STYLE *
TYPE=DATA, COLUMN=COUNTRY, FOCEXEC=IBFS:/WFC/Repository/Test/FrancisMariani/focalpoint/fp_kishore1.fex (PCOUNTRY=COUNTRY), $
ENDSTYLE
END
-RUN

-HTMLFORM BEGIN
<style>
a:link { text-decoration: none; }
</style>
-HTMLFORM END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
Thanks Martin & Francis.

Thanks for the code Francis. It is working now.


WebFOCUS 7.6, 7.7, 8.1.05
Windows, All Outputs
 
Posts: 25 | Registered: April 11, 2013Report 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]Underlines to Links in Active HTML reports

Copyright © 1996-2020 Information Builders