Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Open FM 6 to a specific folder depending on user

Featured Replies

Hi Guys,

Is there a way to tell FileMaker on an opening script to look into a specific folder for a file. I have two databases in my studio one in a folder called Local and another on the network(both have exactly the same databases within the folder but different data).

When a local user opens up filemaker, I want to create a shortcut that will open up my startup database from my local folder. However when a network user logs in, they will need to access only the network files. Can this be done with FM6.

Cheers

Jalz

You need to provide each user with a "Trigger File". A file whose purpose is to initiate a log-in script. The script in this file will be set to activate upon opening in the document's perferences.

Try creating a separate password for "Local" users and "Network" users and separate groups for each to belong to within the Trigger file.

Then create a script with an If statement based on the current group;

If (Status(CurrentGroup) = Local

Open (Local File) Unclick save relative path only

If (Status(CurrentGroup) = Network

Open (Network File) Unclick save relative path only

I would feel a lot better about this if the databases had unique names and not just separate folders in different locations, but I have a feeling based on your question that they don't.

Phil

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.