Jump 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.

"Opener" Database??

Featured Replies

Not sure if this is the right place to be posting this, but I don't really know if the solution requires scripts, relationships or what...

I've got about 12 Databases, some are related, and some aren't.

They're all served via Server 5.5.

What do I need to do to set up a "Opener" database that when opened on a FMP 5 Client machine will launch all of the databases on that client?

I noticed that if I open one of my related DB's it will open all others that it has relationships with, but it seemed somewhat excessive to build another DB with relationships to all of them, for the sole purpose of opening them.

Anyone know of another/better way? Or is this an acceptable solution?

-A

  • Author

Thanks LiveOak...

I'll give it a try...

An opener database in its simplest form contains no field, not additional layouts and one script set as a startup script. This script typically looks like:

Allow User Abort (off)

Set Error Capture (on)

Open(hidden, File 1)

Open(hidden, File 2)

Perform Script(external, File n, "Show layout you want on open")

Close()

The idea here is to open all files, but not show them. The script navigates to the whatever you want to show the user on startup. The Close() statement closes the Opener file.

-bd

  • Newbies

My situation is simular. I have created the Opener file but I am having problems with it opening all of the relational databases. There are about 13 files and it gives a message ""X"file cannot be found". When I click on "hosts" the file does not show up in the list. I am connected one Mac to the host Mac both running OS 9.0.4 and Filemaker 5. Thanks, Lisa

  • Author

Are the files you're hotsing set to "multi-user" ?

Create an account or sign in to comment

Important Information

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

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.