I want to do a URL for a pdf file that is a shared file resource- I have looked in Lotus Designer help (helpless for this topic) and here- I hacked //myserver.com/mydatabase/mypdf.pdf - and that did not work. IdeasTom
Subject: URL for File Resource
If the link is from a page, view, form or document within the application, this computed value will work:
“/” + @WebDbName + “/filename.ext”
Subject: RE: URL for File Resource
Thanks stan- that works. I had actually just put the URL that produces in to the browser and it didn’t- but the server crashed around then… ![]()