Aussie John Posted November 20, 2007 Posted November 20, 2007 Hi all Im trying to get the path of my file when on a remote server ( so images will link directly to a folder and display in a container) It works great on my local machine but the calculation Substitute(GetAsText(Substitute(Get(FilePath);Get(FileName);"")&"datasheet plans/" & Generic_specificdetail::drawing rename & ".pdf");"file:/";"image:/") now returns "fmnet:/IPAddress/datasheet plans/Office_Storage.pdf" any ideas and thanks as usual
IdealData Posted November 20, 2007 Posted November 20, 2007 No ideas for you John, only to re-iterate that that's way FM sees the world... The "fmnet" path spec forces file references to route through the FM Server application - accordingly they must be .fp7 files. In order to reference the "local" pdf files then you must specify the "filemac" or "filewin" path spec. Look closely at the path specs when defining a file reference. If the pdf files are to mounted on another server then the server volume must also be mounted on the local machine first.
Recommended Posts
This topic is 6273 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now