Focal Point
Title can`t see totally in PDF

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

March 14, 2006, 01:56 PM
Alanocturna
Title can`t see totally in PDF
Hi,

I run my report in Html or Excel and all see it correctly but in PDF only I can see the first line of title

WebFocus Server 7.1
WebFocus Client 7.1
Web Developer Studio 7.1
Adobe Acrobat 7.x

Can I help me!!!??

Thank a lot!!!
March 14, 2006, 03:06 PM
reFOCUSing
Can you post some code. Does this happen when you use the CAR table?
March 14, 2006, 03:12 PM
Francis Mariani
Are you doing some HTML-only code in the HEADING?

Or is there some WebFOCUS Styling that's causing the problem?

Please post the HEADING code.

Thanks.

Francis.

-------------------------------------------
"I Can't Help Myself"
- The Four Tops - http://tinyurl.com/jnj9z
- Orange Juice - http://tinyurl.com/rzhrv
-------------------------------------------


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
March 16, 2006, 01:33 PM
Alanocturna
Ok,

That happens when the report is exported with option OLAP from Control Panel

-OLAP ON
TABLE FILE INEGI_DI01
SUM
'I_DI01.PERSONAS_CON_DISCAPACIDAD'
BY
'I_DI01.A_O'
BY
'I_DI01.ESTADOS'
BY
'I_DI01.MEDIDA_DEL_INDICADOR'

ON TABLE SUBHEAD
"Análisis INEGI"
" Población total por municipio, sexo y grupos quinquenales de edad, y su distribución según condición y tipo de discapacidad."
"Fecha de Ejecución del Reporte: &DATEDMYY"
FOOTING
"Pagina ON TABLE SET PAGE-NUM OFF
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET OLAPPANE HIDDEN
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.200000,
RIGHTMARGIN=0.200000,
TOPMARGIN=0.200000,
BOTTOMMARGIN=0.200000,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=8,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
RIGHTGAP=0.125000,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
WRAP=1.300000,
$
TYPE=DATA,
SIZE=8,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
BORDER=LIGHT,
BORDER-COLOR='GRAY',
$
TYPE=TITLE,
SIZE=8,
COLOR='WHITE',
BACKCOLOR='GREEN',
STYLE=BOLD,
JUSTIFY=CENTER,
$
TYPE=TABHEADING,
JUSTIFY=CENTER,
BORDER-TOP=LIGHT,
BORDER-COLOR=GREEN,
BORDER-BOTTOM=HEAVY,
BORDER-BOTTOM-STYLE=DOUBLE,

$
TYPE=TABHEADING,
LINE = 1,
JUSTIFY = CENTER,
STYLE=BOLD,
FONT=ARIAL,
SIZE=16,
$
TYPE=TABHEADING,
LINE = 2,
JUSTIFY = CENTER,
FONT=ARIAL,
SIZE=10,
$
TYPE = TABHEADING,
LINE = 3,
JUSTIFY = CENTER,
$
TYPE=TABFOOTING,
SIZE=14,
COLOR=RGB(102 102 102),
BACKCOLOR=RGB(255 192 203),
STYLE=BOLD,
$
TYPE=FOOTING,
SIZE=14,
COLOR=RGB(102 102 102),
STYLE=BOLD,
$
TYPE=FOOTING,
LINE=1,
JUSTIFY=RIGHT,
$
TYPE=FOOTING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
SIZE=8,
STYLE=NORMAL,
$
TYPE=FOOTING,
LINE=1,
OBJECT=FIELD,
ITEM=1,
SIZE=8,
STYLE=NORMAL,
$
TYPE=SUBTOTAL,
STYLE=BOLD,
$
TYPE=ACROSSVALUE,
SIZE=8,
COLOR='BLACK',
BACKCOLOR='WHITE',
$
TYPE=ACROSSTITLE,
SIZE=8,
COLOR='WHITE',
BACKCOLOR='GREEN',
STYLE=BOLD,
$
TYPE=PAGENUM,
BACKCOLOR='NONE',
CLASS=texto,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
JUSTIFY=LEFT,
$

-*TYPE=TABHEADING,
-* IMAGE=/images/logo222.jpg,
-* POSITION=(-0.125000 -0.097222),
-*$
ENDSTYLE
END
March 16, 2006, 05:18 PM
reFOCUSing
Could you try changing the ON TABLE SUBHEAD line to just HEADING and see if that works.
March 16, 2006, 05:32 PM
Francis Mariani
Or remove the accented characters temporarily.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server