Focal Point
Expandable Report - Background

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

October 04, 2006, 12:53 PM
MadamZuZu
Expandable Report - Background
hi,

when i set a background for the report to, lets say, yellow.

It is still white in some parts( when i try to expand my fields)

Is there a way to make it yellow EVERYWHERE?

i know i must be a little confusing.

here is an example:

TABLE FILE CAR
PRINT 
     MODEL
BY COUNTRY
BY CAR

     
ON TABLE SET PAGE-NUM OFF 
ON TABLE SET EXPANDABLE ON 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     UNITS=IN,
     SQUEEZE=ON,
     ORIENTATION=PORTRAIT,
     SUMMARY='Case Assignments by Div/Grp/Ind',
     TITLETEXT='Case Assignments by Div/Grp/Ind',
$
TYPE=REPORT,
     BORDER=LIGHT,
     FONT='TIMES NEW ROMAN',
     SIZE=10,
     COLOR='BLACK',
     BACKCOLOR=RGB(238 239 214),
     STYLE=NORMAL,
$
TYPE=DATA,
     BACKCOLOR=RGB(238 223 162),
$

TYPE=TITLE,
     COLOR='WHITE',
     BACKCOLOR=RGB(51 51 153),
     STYLE=BOLD,
$
TYPE=REPORT,
     COLUMN=N2,
     WRAP=1.500000,
$
TYPE=REPORT,
     COLUMN=N3,
     WRAP=1.000000,
$
ENDSTYLE
END





basically, i want the backgroud (when expanded) to not be white... is it possbile?

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


~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~
PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server)
TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode
October 06, 2006, 09:34 AM
Trav
Stick this on the end of your FEX... It doesn't look that great due to borders and such, but it gives you your background color.

  
-HTMLFORM BEGIN
<BODY style="BACKGROUND-COLOR: rgb(238,223,162)">
-HTMLFORM END




Production: 7.6.6 WF Server  <=>  7.6.6 WF Client  <=>  7.6.6 Dev Studio
Testing: <none>
Using MRE & BID.  Connected to MS SQL Server 2005
Output Types: HTML, Excel, PDF
October 17, 2006, 03:43 PM
MadamZuZu
Trav,
Sorry for getting back to you so late.
What you said works. I'll def. be able to use it.

Thanks Smiler


~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~
PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server)
TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode
October 17, 2006, 03:50 PM
MadamZuZu
Hi Smiler
Also, it seems that it takes a loooooong time to load the accordian report. and an even longer wait time, once i click on one of the expandable (+) signs.

is there a way to fix this too? or, is anyone else having this problem? ... maybe it's just me.


~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~
PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server)
TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode