Focal Point
[SOLVED] Using small text to identify grid/cell data

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

February 16, 2009, 01:56 PM
Greg
[SOLVED] Using small text to identify grid/cell data
I need to identify the contents of the cell with some small text contained in the cell like this:



I thought I could use
</1
to put a line break in the cell.
But when I set the font size of the data with in the style for the cell to 8, it is changing the cell description font to 8 also. And the
</1
seems to be ignored as the description text and the data text are on the same line.

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


prod: WF 7.7.03 platform IIS on Windows 2007, databases: Oracle, , MSSQL

February 16, 2009, 03:55 PM
FrankDutch
I think you have to split them in two cells, one for the title one for the content




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

February 17, 2009, 02:51 AM
nubi
have you used the TYPE=DATA statement? or the TYPE=REPORT statement?

you may find you can set the tityle font size usin TYPE=TITLE and the cell value size using TYPE=DATA


Developer Studio 7.64
Win XP
Output: mostly HTML, also Excel and PDF

"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
February 17, 2009, 09:24 AM
Tony A
Unfortunately, as Frank intimates, a single cell in the body of a report cannot be given two differing formats. You can only achieve this by using a HEADER of FOOTER and then refering to the separate components using ITEM=n in the style sheet.

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 
February 17, 2009, 10:11 AM
Greg
I think I may end of doing it like:

Employee Name: John Doe
<+0>
Employee ID: 111234
<+0>


Seems it will be easier to squeeze into a cell with out the small font, pagebreak, then a different font size for the data.


prod: WF 7.7.03 platform IIS on Windows 2007, databases: Oracle, , MSSQL