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     [CASE-OPENED] Styling the grid of an active report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CASE-OPENED] Styling the grid of an active report
 Login/Join
 
Virtuoso
posted
Has anybody been able to style the gridlines of an active report? Color? Thickness?

This message has been edited. Last edited by: <Kathryn Henning>,


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Silver Member
posted Hide Post
Using HTML Style tag we can style the grid lines

TABLE FILE CAR
PRINT CAR

DEALER_COST
BY MODEL

HEADING
""
FOOTING
""
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE HOLD FORMAT AHTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
TYPE=REPORT, JUSTIFY=DEFAULT, LINES-PER-PAGE=20, MENU-LOCATION=OFF,PAGE-LOCATION=OFF,$
ENDSTYLE
END
-HTMLFORM BEGIN


Inventory<BR>



!IBI.FIL.HOLD;


-HTMLFORM END


WebFOCUS 8.0.08 - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
Windows, All Outputs
 
Posts: 40 | Registered: April 02, 2014Report This Post
Expert
posted Hide Post
So where's the HTML style?

I think you need to put your code between forum code tags.


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
Silver Member
posted Hide Post
TABLE FILE CAR
PRINT CAR
  
  DEALER_COST 
BY MODEL

HEADING
""
FOOTING
""
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE HOLD FORMAT AHTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
$
  TYPE=REPORT, JUSTIFY=DEFAULT, LINES-PER-PAGE=20, MENU-LOCATION=OFF,PAGE-LOCATION=OFF,$
ENDSTYLE
END
-HTMLFORM BEGIN
<HTML>
<HEAD>
<TITLE>
</TITLE>
<STYLE>
TABLE { border-collapse:collapse; border-left: 0.00pt SOLID #000000; 
border-right: 1.00pt SOLID #000000; border-color=red;}
TD    { border-top: 0.00pt SOLID #000000; border-bottom: 1.00pt SOLID #000000; 
border-right: 0.50pt SOLID #000000; border-color=red;}
</style>
</HEAD>

!IBI.FIL.HOLD;

</HTML>
-HTMLFORM END





WebFOCUS 8.0.08 - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
Windows, All Outputs
 
Posts: 40 | Registered: April 02, 2014Report This Post
Virtuoso
posted Hide Post
Where is the Active Report functionality ?

You've style the borders but you've removed the Active functionality... Don't think that it answer the question...


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Silver Member
posted Hide Post
Remove MENU-LOCATION=OFF,PAGE-LOCATION=OFF to display Active Functionality


WebFOCUS 8.0.08 - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
Windows, All Outputs
 
Posts: 40 | Registered: April 02, 2014Report This Post
Virtuoso
posted Hide Post
Shakila,
Thanks.
We'll work on it.
Nonetheless, I wish this worked without having to HOLD!


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Expert
posted Hide Post
This might work: how about using SET CSSURL to a css file that contains the styling. Then you wouldn't have to HOLD.


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CASE-OPENED] Styling the grid of an active report

Copyright © 1996-2020 Information Builders