Focal Point
subhead grid

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

June 21, 2005, 06:16 PM
Mickey
subhead grid
Is it possible to have a grid on subhead in pdf. I am trying the following code. I can do this in html using style sheets.

TABLE FILE CAR
PRINT
CAR AS ''
SEATS AS ''
BY COUNTRY AS ''
ON TABLE PCHOLD FORMAT PDF
ON COUNTRY SUBHEAD
"Country<+0>Car<+0>Seats"
ON TABLE NOTOTAL
ON TABLE SET STYLE *
TYPE=REPORT, SQUEEZE=ON, $
TYPE=REPORT, COLUMN=P3, WRAP=1.0, $
TYPE=SUBHEAD, SIZE=9, COLOR='WHITE', BACKCOLOR='GRAY', $
TYPE=SUBHEAD, ITEM=1, POSITION=P1, $
TYPE=SUBHEAD, ITEM=2, POSITION=P2, $
TYPE=SUBHEAD, ITEM=3, POSITION=P3, $
TYPE=DATA, BORDER=1,$
ENDSTYLE
END

The data has a grid, but I have not been able to continue the grid to the title.

I am using 532 on Windows.

Thanks
M
June 21, 2005, 07:14 PM
Francis Mariani
I don't think you can get the grid on for the SUBHEAD, I think this is changing for WebFOCUS 7.
July 07, 2005, 02:53 PM
Kerry
Hi Mickey, is this still an issue for you? Have you tried the search function on our Focal Point documentation? What about tech support docs?

Please check if the following document is what you are looking for or may be related to your question. Big Grin

How to have alternate colors, grid lines, and links on both PDF and HTML reports so as the reports look the same?
http://techsupport.informationbuilders.com/sps/81321120.html
You will need to have a userid/password to access this document.

Hope this helps.

Cheers,

Kerry