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

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

Recommended Posts

  • Newbies
Posted

I have 4 databases and if they close i need to come up with a script to open each one and input the pass automatically and open it again. How would i go about doing this? any help would be GREATLY APPRECIATED. Thanks in advance.

Posted

Hi

how do you think to fire a script if yours 4 DBs are closed ?

You may try to open a DB with Windows "Planned operations", which in turn fires a script "on open" that will open your 4 DBs !

Good Luck !

Posted

If you call a script in an unopened database FMP will try to open it with the same password that opened the calling file. So all you need to do it make sure that the files all have the same passwords.

Posted

Are you trying to open all 4 databases at one time?

If you have a primary database you can add additional Open commands in the primary database Open Script:

Open (Database X)

Open (Database Y)

Open (Database Z)

Future access is almost transparent provided the password advice in earlier reply is followed.

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