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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
GRID FOR SUBFOOT
 Login/Join
 
<Antony Gubert>
posted
Hi all,

I have a report which has more than one line (row) SUBFOOT. Is there any way to have grid for these rows.

Note: I do not want to write code for every column for grid. Code for row level would be better.

Thanks
 
Report This Post
Platinum Member
posted Hide Post
I've tried doing that with no success.

Even though data items match up with columns above you can't place the vertical columns in the subfoot.


(Production: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
(Test: WebFOCUS 7.1.3 on Win 2K/IIS 6/CGI)
 
Posts: 104 | Location: Boston | Registered: April 23, 2003Report This Post
<Antony Gubert>
posted
More info: I have 6 lines SUBFOOT with around 20 columns each. It's posible if we code for each column. But don't want to do that. Need a solution at least for row level.
 
Report This Post
<Antony Gubert>
posted
Hi,

I have a work around for this. I created a css file and used that. But the only disadvantage is that, the defined CSS file settings cannot be modified at runtime.

Thanks
 
Report This Post
Expert
posted Hide Post
Why not create your css file on the fly in EDATEMP? That way you can have your cake ......

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Guru
posted Hide Post
Anthony: Would you mind sharing that CSS, here, for those of us who are CSS challenged?

Thanks.
Greg



Greg



current client: WF 8.1.05 & 8.2 - Windows 7 64bit - Tomcat 7 - MRE / BID - IE11

local: WF 8.2 - Windows 7 64bit - Tomcat 6 - MRE / BID - FOCUS - IE11

PMF 8
 
Posts: 274 | Location: Boston/New England | Registered: February 12, 2006Report This Post
<Antony Gubert>
posted
This is how the class file (CSS) looks. You can have multiple classes in a class file.

td.locked_foot1, th.locked_foot1 {
background-color: WhiteSmoke;
font-weight: bold;
border-top: 1px solid black;
border-bottom: none;
border-right: 1px solid silver;
border-left: 1px solid silver;
text-align: right;
}



How to use classes in procedure (fex):

TYPE=SUBFOOT, BY=NBSP, LINE=6, OBJECT=TEXT, ITEM=1, JUSTIFY=LEFT, STYLE=BOLD, FONT='ARIAL', class='locked_foot1', $

Revert back if you need any further information on creating / using the class file.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders