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] RGB Value - TYPE=HEADING and FOOTING

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] RGB Value - TYPE=HEADING and FOOTING
 Login/Join
 
Member
posted
I have the following code where we are referencing a color. The examples I have are 'GREEN' and 'RED'.

I wanted to modify these to be RGB Values but am unsure of how to do this.

Here is the code I'd like to edit:
TYPE=HEADING, JUSTIFY=CENTER, FONT='VERDANA', SIZE=9, $
TYPE=HEADING, LINE=1, COLOR='GREEN', $
TYPE=FOOTING, FONT='VERDANA', SIZE=9, $
TYPE=FOOTING, LINE=1, OBJECT=FIELD, ITEM=1, STYLE=BOLD, COLOR= 'RED', $
TYPE=FOOTING, LINE=2, OBJECT=FIELD, ITEM=1, STYLE=BOLD, COLOR='GREEN', $

Any helpful hints are appreciated!

Thanks,
Lou

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


WebFOCUS 7.7
Windows, All Outputs
 
Posts: 2 | Registered: March 08, 2012Report This Post
Guru
posted Hide Post
Just create a simple report from CAR using the GUI.

Create a Header, Footer and any other report element you want to learn how to style.

Right click on the element and choose option and change the format.

Switch between the Report and Source tabs to see your changes in text/gui mode.

Hope this helps

 TABLE FILE CAR
HEADING
"<CAR.ORIGIN.COUNTRY "
FOOTING
"<CAR.CARREC.MODEL "
ON TABLE SUBFOOT
"<CAR.COMP.CAR "
ON TABLE SET PAGE-NUM OFF 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     UNITS=IN,
     SQUEEZE=ON,
     ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
     GRID=OFF,
     FONT='ARIAL',
     SIZE=9,
$
TYPE=TITLE,
     STYLE=BOLD,
$
TYPE=TABHEADING,
     SIZE=12,
     STYLE=BOLD,
$
TYPE=TABFOOTING,
     SIZE=12,
     STYLE=BOLD,
$
TYPE=HEADING,
     FONT='VERDANA',
     SIZE=12,
     STYLE=BOLD,
     JUSTIFY=CENTER,
$
TYPE=HEADING,
     LINE=1,
     COLOR='GREEN',
$
TYPE=FOOTING,
     FONT='VERDANA',
     SIZE=12,
     STYLE=BOLD,
$
TYPE=FOOTING,
     LINE=1,
     OBJECT=FIELD,
     ITEM=1,
     COLOR='RED',
$
TYPE=SUBHEAD,
     SIZE=10,
     STYLE=BOLD,
$
TYPE=SUBFOOT,
     SIZE=10,
     STYLE=BOLD,
$
TYPE=SUBTOTAL,
     BACKCOLOR=RGB(210 210 210),
$
TYPE=ACROSSVALUE,
     SIZE=9,
$
TYPE=ACROSSTITLE,
     STYLE=BOLD,
$
TYPE=GRANDTOTAL,
     BACKCOLOR=RGB(210 210 210),
     STYLE=BOLD,
$
ENDSTYLE
END
 


WebFOCUS Administrator @ Worldpay FIS
PROD/DEV/TEST: 8204, SANDBOX: 8206 soon - BIP, Reportcaster, Resource Manager, EUM, HyperStage soon, DB: HIVE,Oracle,MSSQL
 
Posts: 291 | Location: Greater Cincinnati  | Registered: May 11, 2005Report This Post
Member
posted Hide Post
That helps!

Thank you.


WebFOCUS 7.7
Windows, All Outputs
 
Posts: 2 | Registered: March 08, 2012Report This Post
Expert
posted Hide Post
A simple check of the manual or this forum would have given you this information.

Keep this in mind in the future, it will help.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report 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] RGB Value - TYPE=HEADING and FOOTING

Copyright © 1996-2020 Information Builders