Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

File references


Kieron

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

Recommended Posts

I think this is the right forum for this query.

I have both mac and pc's access a server, from a small FM database on each individual machine that when opened opens the 'proper' database on our server.

When they 'log out' it should automatically go back to this local file.

The problem I have is that I can't find a location on a mac where I can install a file that is the same place for all users

i.e. for a PC it is easy

filewin:/C:/Documents and Settings/All Users/Desktop/***.fp7

but for a mac it is

filemac:/Macintosh HD/Applications/FileMaker Pro 8/***.fp7

but the problem is that people rename their hard disks!

Can somebody help me??

Thanks,

Kieron

Link to comment
Share on other sites

When loging into the main file, prior to closing the opener, pass along the get(filepath) value into a global field or store it as a global variable, then on closing of the other file, run your script to re-open that one...

~Genx

Link to comment
Share on other sites

Try using this path:

Macintosh HD/Users/Shared/

You may have to futz with permissions on the file after placing it here if you want other users to have more than read only access to the file once it is placed here.

--

Update - just reread your post and realized the issue of the changing HD name. Disregard this post. ;)

Edited by Guest
Link to comment
Share on other sites

  • 4 weeks later...

I have read this again and decided on a couple of things:

The directory:

Macintosh HD/Users/Shared/

should suffice for most purposes.

What is the reason for you needing a consistant place to store a file for your users where the path name does not change? What are you doing in your solution that would require such a dependance at the user workstation level? Are you trying to re-open the same file that the user had open to log-in with?

Maybe you should leave this file open and hidden once the user is logged in and then have it unhidden and reset to the proper layout once the user "logs out"?

If you are trying to find a consistant place to install a file for maintenance purposes, maybe you need to look into using applescript if you want to do some fancy parsing of the HD name within filemaker if the platform is deemed as being OSX.

Just a thought.

Link to comment
Share on other sites

In FileMaker 8 you have new functions, such as Get (DesktopPath) or Get (DocumentsPath). The hard drive name would be the 1st thing returned, so you can get it with a text calculation, unstored. There's also Get (FileMakerPath), which is the application path.

Link to comment
Share on other sites

This topic is 6713 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.