Focal Point
Displaying file link in PDF O/P

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

May 08, 2006, 11:38 PM
venu
Displaying file link in PDF O/P
we have database fields which has file links like '\\servername\fold1\fold2\file.pdf'
When I specify URL for this column, the display is right. But the link is interpreted as
'\servernamefold1fold2file.pdf' (relative URL, which obviously is not correct)
The culprit seems to be the escape character backslash.
Any ideas how to solve this within webfocus? I cannot get this done on the DB side.

I have used a different technique to get this done for HTML O/P
COMPUTE LINK/A540 = IF &WFMT EQ 'HTML' THEN '' || LINK || '';
Which gets rendered as required by the browser. However this approach does not work with the PDF output.

I believe there should be a more sane and practical solution which works both for HTML and PDF(Something like the STRREP function, But this also doesn't seem to work as desired, can't figure where the problem is).
May 08, 2006, 11:42 PM
venu
The compute statment is rendered as link it reads
'<A HREF="' || LINKPDF || '">' || LINKPDF || '</A>'
May 17, 2006, 04:50 PM
<Mabel>
Hi Venu,

Has this issue been resolved?

As always, you may contact Information Builders’ Customer Support Services for assistance at any time. The phone number is 1-800-736-6130, or you may access the online system InfoResponse at http://techsupport.ibi.com. Here is a list of information to be ready when you call: http://techsupport.ibi.com/before_you_call.jsp.

Hope this helps.