Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CE10: link to PDF from report

Status
Not open for further replies.

JeroenBoon

Technical User
Aug 15, 2002
106
NL
Hello,

On one of our servers we store customer invoices in PDF format. I created a Crystal Report that shows the invoice numbers and by clicking on a field with a hyperlink to the specific file location of the invoice, the report picks up the file and shows the PDF. This works great.
But now I want to place the report on the Crystal Enterprise server. The report runs, but the clicking on the field that contanains the link, results in a failure: CE places ' in front of my calculated location of the file. Is there any way I can make these links correctly on the CE-server?

Thanks, Jeroen.
 
I think if you use File instead of "website on the internet" it would work when published to BOE XI R2.

You can use the formula button to dynamically append the invoice pdf filename to the UNC path of the folder containing the pdfs.

You could even setup "master" formulae containing the servername in one and the path in the other if you needed to make it easier to maintain.

Then concatenate the master formulae to the invoice pdf value in the hyperlink formula.
 
Yes, that's my point. I think, by choosing "website on the internet" CE is automatically placing the into the path.

If you choose "File" instead of "website on the internet" then it will not place the into the path.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top