Focal Point
[Solved] Using Visualize changes font

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

January 15, 2015, 10:26 AM
BobV
[Solved] Using Visualize changes font
Hello all,
I am trying to use Visualize for a % of total in a PDF output. I have the font for my report to default to Ariel, 9. When I add visualization, the font in the report is changed as stretched. Any idea why this is happening. I thought this was working, then made changes to my report and it seems to no longer work right:

ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Legal',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
GRAPHTYPE=DATA,
COLUMN=N5,
GRAPHCOLOR='BLACK',
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='WHITE',
STYLE=NORMAL,
$


Update 1/15/15
I actually found "a" solution that worked, although may not be the best or cleanest. I went into the code and set Font = Ariel, 9 for each column title, data and header/footer lines.

BobV

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


WF (App Studio) 8.2.01m / Windows
Mainframe FOCUS 8
January 16, 2015, 12:40 PM
Doug
Please let us see your solution.
January 16, 2015, 12:54 PM
BobV
$
TYPE=DATA,
COLUMN=N2,
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
FONT='ARIAL',
SIZE=9,
$
TYPE=TITLE,
COLUMN=N2,
BORDER-TOP=LIGHT,
BORDER-BOTTOM=LIGHT,
BORDER-LEFT=LIGHT,
BORDER-RIGHT=LIGHT,
FONT='ARIAL',
SIZE=9,
BACKCOLOR='SILVER',
STYLE=BOLD,
$
TYPE=TABHEADING,
LINE=3,
OBJECT=TEXT,
ITEM=1,
FONT='ARIAL',
STYLE=BOLD,

Again, just set the font and size for each column and header line in the report using text editor.

BobV


WF (App Studio) 8.2.01m / Windows
Mainframe FOCUS 8