Jump to content

full path of server


This topic is 5995 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 5995 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.