Focal Point
Hyperlink for focexec into pdf

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

April 11, 2008, 11:35 AM
<ludo>
Hyperlink for focexec into pdf
Hi all,

I'm trying to modify the stylesheet of the hyperlink inside a report wich is outputed as a pdf.

The problem is that we cannot use css into pdf and after looking for hours on the forum, the tips from Micke (not sure of the name) and the online doc I haven't found the solution .

So I have a pdf output. Inside it the first column is defined to run a focexec. The problem is that in the pdf this colum has a CourierStd font with an underline (hyperlink standard) and I don't want the undeline and this font.

Any idea of applying a styling on this output

Thx in advance
Ludo
April 14, 2008, 07:53 AM
<ludo>
Any idea ?
April 14, 2008, 09:10 AM
mgrackin
Ludo,

Try the following to see what you get.

TABLE FILE CAR
PRINT COUNTRY CAR MODEL
BY SALES
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
TYPE=REPORT, FONT='ARIAL',$
TYPE=DATA , COLUMN=COUNTRY, FOCEXEC=FEXTEST, STYLE=-UNDERLINE, COLOR=RED,$
ENDSTYLE
END


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
April 14, 2008, 09:58 AM
<ludo>
Hi Mickey,

It works perfectly
Thx a lot

Ludo