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.