Focal Point
(Closed) Can I Default to a StyleSheet other than ENDEFLT?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2327076676

June 11, 2015, 12:19 PM
Joni Campbell - Europa Sports
(Closed) Can I Default to a StyleSheet other than ENDEFLT?
I'd like to create a stylesheet to standardize report output. Is there a way to default to a different stylesheet than ENDEFLT?

This message has been edited. Last edited by: Joni Campbell - Europa Sports,


8009
Windows, HTML, AHTML, Excel
In FOCUS since 1983
June 11, 2015, 12:37 PM
Tom Flynn
Here is the documentation Link
Type in stylesheet...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
June 16, 2015, 03:03 PM
Joni Campbell - Europa Sports
quote:
REPORT PAINTER

For local environment, the following default StyleSheet would be applied when
building Reports using the Report Painter:

C:\ibi\DevStudio80\srv80\home\etc\endeflt.sty
-*endeftt.sty
type=report,
color=rgb(99 99 99),
font='Trebuchet MS',
size=9,
squeeze=on,
........

A custom stylesheet can be created. However, to change the default, the
DEFAULT.STL needs to be updated to reflect the new Stylsheet. For example:
C:\ibi\DevStudio80\srv80\home\etc\mynewstylesheet.sty
C:\ibi\DevStudio80\bin\default.stl

LOCAL=mynewstylesheet
DATASERVER=endeflt
MRE=endeflt


This looks like it would do the trick.


8009
Windows, HTML, AHTML, Excel
In FOCUS since 1983