adyf Posted July 1, 2013 Posted July 1, 2013 Is there a Get () function to obtain the file path of an object that it is referenced in a container field?
adyf Posted July 1, 2013 Author Posted July 1, 2013 Get ( FilePath ) ? Hi Lee, does this not return the file path of the database file itself? Or can I still work with this function by adding to it somehow?
doughemi Posted July 1, 2013 Posted July 1, 2013 I think http://forums.filemaker.com/posts/6239bd2f11 addresses this situation.
Raybaudi Posted July 1, 2013 Posted July 1, 2013 Is there a Get () function to obtain the file path of an object that it is referenced in a container field? Try this calculation: Let([ c = YourContainerField ; v = GetValue ( c ; ValueCount ( c ) ) ]; Substitute ( v ; LeftWords ( v ; 1 ) & ":/" ; "" ) )
adyf Posted July 1, 2013 Author Posted July 1, 2013 Thanks for the replies, I'll try these when I'm back at work.
Recommended Posts
This topic is 4220 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