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     [CLOSED] ODP/SET WEBVIEWER=ON Search Facility Better Highlighting

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] ODP/SET WEBVIEWER=ON Search Facility Better Highlighting
 Login/Join
 
Master
posted
ODP is great, but the search facility only takes you to the page and highlights the search item by underlining it which does not make it stand out at all - you have to search the entire page most of the time!

Anyone got any ideas how to improve this?

Also a really great feature would be SET WEBVIEWER=5000 so that if more than 5000 lines were output WEBVIEWER would be automatically triggered.

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



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
 
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006Report This Post
Expert
posted Hide Post
Hi John,

Per suggested: This has been requetsed as a New Feature Request, but here is a technique that might help.

-*
(also known as 'CSS'). Note that if already using Cascading Stylesheets
in their application, this is even easier to add.
Here's how to do it.
Create a CSS as follows
1. Open a new text file.
2. Type or paste in the following:
BODY {
font : x-small Verdana, Arial, Helvetica;
}
U {
background : Blue;
text-decoration : none;
color : White;
 
font : bold;
}



Save it in your Web server's
inetpub\wwwroot directory as CHASE1.CSS.
Now run the following focexec in the Gotham Grinds adhoc page:

TABLE FILE CAR
PRINT CAR MODEL SEATS
BY COUNTRY
ON TABLE SET WEBVIEWER ON
ON TABLE SET STYLE *
CSSURL=http://your_web_server/chase1.css, $
ENDSTYLE
END


WEBVIEWER will come up with the report. Now type DOOR into the Find box and click the Find button. Note when it's returned, it's highlighted in blue. The color can be changed by simply changing the color used in the
Cascading Stylesheet.

Hope this helps.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Guru
posted Hide Post
FYI -

In the WebFOCUS Admin Console - Configuration - On Demand Paging section there are some settings...
_search_begin
_search_end
In these fields you can put the HTML formatting that will surround the search term when it is found.
We have ours set to
<span style="background-color: #FFFFCC"><strong>

 </strong></span>


This simply highlights the text and makes it bold but whatever formatting you can think up you should be able to apply. 50 point, lime colored, Showcard Gothic should stand out pretty well ;o)


7.7.05M/7.7.03 HF6 on Windows Server 2003 SP2 output to whatever is required.
 
Posts: 393 | Location: St. Paul, MN | Registered: November 06, 2007Report 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     [CLOSED] ODP/SET WEBVIEWER=ON Search Facility Better Highlighting

Copyright © 1996-2020 Information Builders