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] Mouse Over in Subhead

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Mouse Over in Subhead
 Login/Join
 
Platinum Member
posted
The only posting I have seen for what I need to do is a mouse over in a subfoot and it was posted in 2004. Is there another way to accomplish this now? I have text in a field that is passed to the report and I'd like the text to display when the mouse is hovering over another field.

This message has been edited. Last edited by: Kerry,
 
Posts: 118 | Location: Wisconsin | Registered: January 16, 2008Report This Post
Expert
posted Hide Post
What output format?

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Guru
posted Hide Post
Laurie,

In HTML, I've used the ALT tag to show information on mouse over.



Greg



current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11

local: WF 8.2 - Windows 7 64bit - Tomcat 6 - MRE / BID - FOCUS - IE11

PMF 8
 
Posts: 274 | Location: Boston/New England | Registered: February 12, 2006Report This Post
Platinum Member
posted Hide Post
Output is HTML
 
Posts: 118 | Location: Wisconsin | Registered: January 16, 2008Report This Post
Expert
posted Hide Post
-*-- mouseover3.fex - Mouseover example using html title -------------

TABLE FILE CAR
SUM

COMPUTE S1/A7 = '<span'; NOPRINT
COMPUTE S2/A7 = '</span>'; NOPRINT

SALES/D10       AS 'Sales'
BY COUNTRY      AS 'Country'

HEADING
"<S1 style='cursor: default;' title='Mouseover Test'>Sales Report By Country <S2"

ON TABLE PCHOLD FORMAT HTML
END
-RUN


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
Platinum Member
posted Hide Post
There are still problems when I try to style the report. Try running this and you will see that it displays the code rather than doing the mouse over functionality. Do you have any suggestions? I tried DHTML also.

TABLE FILE CAR
SUM

COMPUTE S1/A7 = 'COMPUTE S2/A7 = ''; NOPRINT

SALES/D10 AS 'Sales'
BY COUNTRY AS 'Country'

-*ON COUNTRY SUBFOOT
ON COUNTRY SUBHEAD

"Sales Report By Country
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET STYLE *

UNITS=IN, PAGESIZE='Letter', $
TYPE=REPORT, GRID=ON, SIZE = 7,$
ENDSTYLE
END
-RUN
 
Posts: 118 | Location: Wisconsin | Registered: January 16, 2008Report This Post
Expert
posted Hide Post
Laurie, please post your code within
[code]
[/code]
tags, otherwise the html gets swallowed up. use the < / > button.


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
Expert
posted Hide Post
Try putting all code and text for the subhead in a computed field and then use that field in the subhead:

-*-- mouseover3.fex - Mouseover example using html title -------------

TABLE FILE CAR
SUM

COMPUTE SUBHEAD1/A100 = '<span style="cursor: default;" title="Mouseover Test">SALES FOR ' | COUNTRY | '</span>'; NOPRINT

SALES/D10 AS 'Sales'
BY COUNTRY AS 'Country'

ON COUNTRY SUBHEAD
"<SUBHEAD1"

ON TABLE PCHOLD FORMAT HTML

ON TABLE SET STYLE *
TYPE=REPORT, GRID=ON, SIZE=7, $
ENDSTYLE
END
-RUN


Cheers,


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
Platinum Member
posted Hide Post
TABLE FILE CAR
SUM

COMPUTE S1/A7 = '<span'; NOPRINT
COMPUTE S2/A7 = '</span>'; NOPRINT

SALES/D10       AS 'Sales'
BY COUNTRY      AS 'Country'

ON COUNTRY SUBHEAD

"<S1 style='cursor: default;' title='Mouseover Test'>Sales Report By Country <S2"

ON TABLE PCHOLD FORMAT DHTML
ON TABLE SET STYLE *

UNITS=IN, PAGESIZE='Letter', $
TYPE=REPORT, GRID=ON, SIZE = 7,$
ENDSTYLE
END
-RUN

 
Posts: 118 | Location: Wisconsin | Registered: January 16, 2008Report This Post
Platinum Member
posted Hide Post
Good suggestion, I think that should work.
 
Posts: 118 | Location: Wisconsin | Registered: January 16, 2008Report 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] Mouse Over in Subhead

Copyright © 1996-2020 Information Builders