IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Multiple Subhead stylesheet
Go
New
Search
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Master
Posted
Hi,
Can anybody tell how I can specify the multiple subhead in stylesheet.

example
TABLE FILE CAR
PRINT *
BY SORT1
BY SORT2
ON SORT1 SUBHEAD
"FIRST SORT"
ON SORT2 SUBHEAD
"SECOND SORT"
ON TABLE SET STYLE *
TYPE=SUBHEAD,LINE=1,BACKCOLOR=GRAY,$
ENDSTYLE
END
-EXIT

If I mention a report like this, both sort1 and sort2 subhead is coloured gray but I dont want that. I want to colour only SORT1.

-Kamesh
 
Posts: 551 | Location: cincinnati | Registered: January 09, 2005Reply With QuoteEdit or Delete MessageReport This Post
Expert
Posted Hide Post
TYPE=SUBHEAD,COLUMN=SORT1,...

oh ignore me, Razzer CurtisA is right, its BY=
 
Posts: 2618 | Location: Manhattan | Registered: October 28, 2003Reply With QuoteEdit or Delete MessageReport This Post
Guru
Posted Hide Post
You could also use the following:

TYPE=SUBHEAD,BY=SORT1,LINE=1,STYLE=BOLD,$
TYPE=SUBHEAD,BY=SORT2,LINE=1,STYLE=UNDERLINE,$
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Reply With QuoteEdit or Delete MessageReport This Post
Master
Posted Hide Post
that works..thanks
 
Posts: 551 | Location: cincinnati | Registered: January 09, 2005Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    Multiple Subhead stylesheet

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.